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