mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-12 20:55:39 +08:00
Ref T437, samples for FSUIPC
This commit is contained in:
@@ -5,12 +5,17 @@ QT += core dbus network
|
||||
TARGET = sampleblackmiscsim
|
||||
TEMPLATE = app
|
||||
|
||||
CONFIG -= app_bundle
|
||||
CONFIG += console
|
||||
CONFIG += blackmisc blacksim blackcore
|
||||
CONFIG -= app_bundle
|
||||
|
||||
# actually not belonging in samples "blackmisc"
|
||||
# but before we have not more tests we keep it here
|
||||
win32 { CONFIG += fsuipc simulatorfscommon }
|
||||
|
||||
DEPENDPATH += . ../../src/blackmisc
|
||||
DEPENDPATH += . ../../src/blackcore
|
||||
DEPENDPATH += . ../../src/plugins/fscommon
|
||||
INCLUDEPATH += . ../../src
|
||||
|
||||
DESTDIR = $$DestRoot/bin
|
||||
|
||||
Reference in New Issue
Block a user