Files
pilotclient/tests/blacksimpluginfsxp3d/testblacksimpluginfsxp3d.pro
2018-10-05 17:39:57 +02:00

31 lines
650 B
Prolog

load(common_pre)
QT += core testlib dbus network gui widgets
TARGET = testblacksimpluginfsxp3d
CONFIG -= app_bundle
CONFIG += blackmisc blackcore blackconfig blackgui
CONFIG += simulatorfsxcommon simulatorfscommon simulatorplugincommon fsuipc simconnect
CONFIG += testcase
CONFIG += no_testcase_installs
TEMPLATE = app
DEPENDPATH += \
. \
$$SourceRoot/src \
$$SourceRoot/tests
INCLUDEPATH += \
$$SourceRoot/src \
$$SourceRoot/tests
HEADERS += *.h
SOURCES += *.cpp
DESTDIR = $$DestRoot/bin
# Ignore linker warning about missing pdb files from Simconnect
msvc: QMAKE_LFLAGS *= /ignore:4099
load(common_post)