Ref T437, samples for FSUIPC

This commit is contained in:
Klaus Basan
2018-11-22 19:44:51 +01:00
parent 9292b63be6
commit 31ba0c1520
5 changed files with 123 additions and 34 deletions

View File

@@ -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