1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00
LibrePilot/ground/src/openpilotgcslibrary.pri
dankers 0703a7df2e Build system branding
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@167 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-02-03 23:52:51 +00:00

24 lines
442 B
Plaintext

include(../openpilotgcs.pri)
win32 {
DLLDESTDIR = $$GCS_APP_PATH
}
DESTDIR = $$GCS_LIBRARY_PATH
include(rpath.pri)
TARGET = $$qtLibraryTarget($$TARGET)
contains(QT_CONFIG, reduce_exports):CONFIG += hGCS_symbols
!macx {
win32 {
target.path = /bin
target.files = $$DESTDIR/$${TARGET}.dll
} else {
target.path = /$$GCS_LIBRARY_BASENAME/openpilotgcs
}
INSTALLS += target
}