Add '$ORIGIN/lib' rpath for now

This commit is contained in:
Jonas Kulla 2013-10-02 22:48:27 +02:00
parent d8dab9c429
commit ca5f52d93d
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ QT = core
TARGET = mkxp TARGET = mkxp
DEPENDPATH += src shader assets DEPENDPATH += src shader assets
INCLUDEPATH += . src INCLUDEPATH += . src
QMAKE_LFLAGS += '-Wl,-rpath,\'\$$ORIGIN/lib\''
isEmpty(BINDING) { isEmpty(BINDING) {
BINDING = BINDING_MRI BINDING = BINDING_MRI