Merge pull request #336

f45099b add qmake rpath for linux build (Jaquee)
This commit is contained in:
Riccardo Spagni
2016-12-22 22:43:53 +02:00
2 changed files with 6 additions and 1 deletions

View File

@@ -154,6 +154,11 @@ linux {
message(Building with libunwind)
LIBS += -Wl,-Bdynamic -lunwind
}
QMAKE_LFLAGS_RPATH=
QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN/libs\'"
}
macx {