2010-02-01 15:10:06 +01:00
|
|
|
include(../openpilotgcs.pri)
|
|
|
|
|
|
|
|
win32 {
|
2010-02-04 00:43:40 +01:00
|
|
|
DLLDESTDIR = $$GCS_APP_PATH
|
2010-02-01 15:10:06 +01:00
|
|
|
}
|
|
|
|
|
2010-02-04 00:43:40 +01:00
|
|
|
DESTDIR = $$GCS_LIBRARY_PATH
|
2010-02-01 15:10:06 +01:00
|
|
|
|
|
|
|
include(rpath.pri)
|
|
|
|
|
|
|
|
TARGET = $$qtLibraryTarget($$TARGET)
|
|
|
|
|
2010-02-04 00:52:51 +01:00
|
|
|
contains(QT_CONFIG, reduce_exports):CONFIG += hGCS_symbols
|
2010-02-01 15:10:06 +01:00
|
|
|
|
|
|
|
!macx {
|
|
|
|
win32 {
|
|
|
|
target.path = /bin
|
|
|
|
target.files = $$DESTDIR/$${TARGET}.dll
|
|
|
|
} else {
|
2010-02-04 00:26:47 +01:00
|
|
|
target.path = /$$GCS_LIBRARY_BASENAME/openpilotgcs
|
2010-02-01 15:10:06 +01:00
|
|
|
}
|
|
|
|
INSTALLS += target
|
|
|
|
}
|