mirror of
https://github.com/ONLYOFFICE/desktop-sdk.git
synced 2026-03-31 10:23:12 +08:00
html file on linux desktop
This commit is contained in:
@ -17,4 +17,15 @@ win32 {
|
||||
}
|
||||
linux-g++ | linux-g++-64 | linux-g++-32 {
|
||||
include(./Internal_linux.pri)
|
||||
|
||||
#CONFIG += build_for_centos6
|
||||
|
||||
QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN\'"
|
||||
QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN/converter\'"
|
||||
QMAKE_LFLAGS += -static-libstdc++ -static-libgcc
|
||||
|
||||
build_for_centos6 {
|
||||
QMAKE_LFLAGS += -Wl,--dynamic-linker=./ld-linux-x86-64.so.2
|
||||
DESTDIR = $$DESTDIR/CentOS6
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user