mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
add paths for deploy
This commit is contained in:
@ -1,6 +1,17 @@
|
|||||||
|
|
||||||
TARGET = DesktopEditors
|
TARGET = DesktopEditors
|
||||||
|
|
||||||
|
#CONFIG += build_for_centos6
|
||||||
|
#CONFIG += core_build_deploy
|
||||||
|
|
||||||
|
core_build_deploy {
|
||||||
|
build_for_centos6 {
|
||||||
|
DESTDIR=$$PWD/../../core/build/linux_desktop/app/CentOS6
|
||||||
|
} else {
|
||||||
|
DESTDIR=$$PWD/../../core/build/linux_desktop/app
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
include(defaults.pri)
|
include(defaults.pri)
|
||||||
|
|
||||||
INCLUDEPATH += $$PWD/src/prop \
|
INCLUDEPATH += $$PWD/src/prop \
|
||||||
|
|||||||
@ -105,6 +105,7 @@ linux-g++ {
|
|||||||
|
|
||||||
build_for_centos6 {
|
build_for_centos6 {
|
||||||
QMAKE_LFLAGS += -Wl,--dynamic-linker=./ld-linux-x86-64.so.2
|
QMAKE_LFLAGS += -Wl,--dynamic-linker=./ld-linux-x86-64.so.2
|
||||||
|
message("build for centos6")
|
||||||
}
|
}
|
||||||
|
|
||||||
LIBS += $$PWD/$$CORE_LIB_PATH/bin/icu/$$PLATFORM_BUILD/libicuuc.so.55
|
LIBS += $$PWD/$$CORE_LIB_PATH/bin/icu/$$PLATFORM_BUILD/libicuuc.so.55
|
||||||
|
|||||||
Reference in New Issue
Block a user