Merge branch 'corvuscorax/OP-1456_struct_to_array_improvement' into next
[librepilot.git] / ground / openpilotgcs / src / openpilotgcslibrary.pri
blobd9886082780a68ae19bf7fd1341d14aa0cc6fcaa
1 include(../openpilotgcs.pri)
3 win32 {
4     DLLDESTDIR = $$GCS_APP_PATH
7 DESTDIR = $$GCS_LIBRARY_PATH
9 include(rpath.pri)
11 TARGET = $$qtLibraryName($$TARGET)
13 contains(QT_CONFIG, reduce_exports):CONFIG += hGCS_symbols
15 !macx {
16     win32 {
17         target.path = /bin
18         target.files = $$DESTDIR/$${TARGET}.dll
19     } else {
20         target.path = /$$GCS_LIBRARY_BASENAME/openpilotgcs
21     }
22     INSTALLS += target