mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win-nix] fixes for qt 5.6
This commit is contained in:
@ -103,6 +103,13 @@ SOURCES += \
|
||||
|
||||
RESOURCES += $$PWD/resources.qrc
|
||||
|
||||
isEqual(QT_MAJOR_VERSION, 5) {
|
||||
lessThan(QT_MINOR_VERSION, 10) {
|
||||
DEFINES += _QTVER_DOWNGRADE
|
||||
message("QTVER_DOWNGRADE")
|
||||
}
|
||||
}
|
||||
|
||||
linux-g++ {
|
||||
CONFIG += app_linux
|
||||
linux-g++:contains(QMAKE_HOST.arch, x86_64): {
|
||||
@ -158,14 +165,6 @@ app_linux {
|
||||
LIBS += $$PWD/$$CORE_3DPARTY_PATH/icu/$$PLATFORM_BUILD/build/libicudata.so.58
|
||||
|
||||
DEFINES += DOCUMENTSCORE_OPENSSL_SUPPORT
|
||||
|
||||
isEqual(QT_MAJOR_VERSION, 5) {
|
||||
lessThan(QT_MINOR_VERSION, 10) {
|
||||
DEFINES += _QTVER_DOWNGRADE
|
||||
message("QTVER_DOWNGRADE")
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user