Merge pull request #7 from parched/OP-1879_remove_openpilot_hardcoding
[librepilot.git] / ground / openpilotgcs / src / rpath.pri
blob1b1fcd39557985c221d457c39334a1ae5ed6a257
1 linux {
2     # HACK! Do the rpath by hand since it's not possible to use ORIGIN in QMAKE_RPATHDIR before Qt 5.4
3     # \'\$$ORIGIN\'  expands to $ORIGIN (after qmake and make), it does NOT read a qmake var
4     GCS_PLUGIN_RPATH = $$join(QMAKE_RPATHDIR, ":")
5  
6     QMAKE_LFLAGS += -Wl,-z,origin,-rpath,$${GCS_PLUGIN_RPATH}
7     QMAKE_RPATHDIR =