forked from qt-creator/qt-creator
Fix rpath for the codemodelbackend on OSX.
Change-Id: Icdf9ca2dcdc8d93e20b5f73a2720093e4c32a03e Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -21,3 +21,6 @@ INCLUDEPATH += $$LLVM_INCLUDEPATH
|
||||
|
||||
SOURCES += codemodelbackendmain.cpp
|
||||
|
||||
osx {
|
||||
QMAKE_LFLAGS += -Wl,-rpath,$${LLVM_LIBDIR}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user