Fix rpath instead runpath

This commit is contained in:
Oleg Korshul
2020-07-06 16:14:41 +03:00
parent a52bcb3205
commit 0e7a8c1af9
2 changed files with 6 additions and 4 deletions

View File

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