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:
parent
fa7196ddec
commit
0d17376e26
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user