Merge pull request #266 from ONLYOFFICE/hotfix/v5.5.4

Hotfix/v5.5.4
This commit is contained in:
Oleg Korshul
2020-07-06 18:38:34 +03:00
committed by GitHub
3 changed files with 17 additions and 5 deletions

View File

@ -14,8 +14,9 @@ include(../Common/base.pri)
DEFINES += UNICODECONVERTER_USE_DYNAMIC_LIBRARY
core_linux {
QMAKE_LFLAGS += -Wl,--rpath=./
core_linux {
QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN\'"
QMAKE_LFLAGS += -Wl,--disable-new-dtags
}
core_ios {