This commit is contained in:
Oleg Korshul
2019-01-21 17:34:36 +03:00
parent 7f115d6d28
commit a0fb5daeef
2 changed files with 45 additions and 2 deletions

View File

@ -156,6 +156,14 @@ 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")
}
}
}