LP-92 Remove Feed Forward : flight / ground
[librepilot.git] / ground / gcs / src / library.pri
blob3959e9bcb6e4e776b4ba24dd429268ac69a650cc
1 include(../gcs.pri)
3 win32 {
4     DLLDESTDIR = $$GCS_APP_PATH
7 DESTDIR = $$GCS_LIBRARY_PATH
9 TARGET = $$qtLibraryName($$TARGET)
11 contains(QT_CONFIG, reduce_exports):CONFIG += hGCS_symbols
13 macx {
14     QMAKE_LFLAGS_SONAME = -Wl,-install_name,@executable_path/../Plugins/
15 } else {
16     win32 {
17         target.path = /bin
18         target.files = $$DESTDIR/$${TARGET}.dll
19     } else {
20         QMAKE_RPATHDIR  = $$shell_quote(\$$ORIGIN)
21         QMAKE_RPATHDIR += $$shell_quote(\$$ORIGIN/$$relative_path($$GCS_QT_LIBRARY_PATH, $$GCS_LIBRARY_PATH))
22         include(rpath.pri)
24         target.path = /$$GCS_LIBRARY_BASENAME/openpilotgcs
25     }
26     INSTALLS += target