1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

OP-1654 fix linux rpath: added Qt for plugins

This commit is contained in:
James Duley 2014-12-29 11:54:24 +13:00
parent fa7196ddec
commit 0d17376e26

View File

@ -32,6 +32,7 @@ macx {
} else:linux-* {
QMAKE_RPATHDIR = \'\$$ORIGIN\'
QMAKE_RPATHDIR += \'\$$ORIGIN\'/$$relative_path($$GCS_LIBRARY_PATH, $$DESTDIR)
QMAKE_RPATHDIR += \'\$$ORIGIN\'/$$relative_path($$GCS_QT_LIBRARY_PATH, $$DESTDIR)
include(rpath.pri)
}