Files
pilotclient/tests/blacksimpluginfsxp3d/testblacksimpluginfsxp3d.pro
Roland Rossgotterer d639187f91 Convert static common simulator plugins to shared ones
Test Plan:
- Check that the new shared libraries are packaged in all platform installers.
- check that plugins are loaded properly on all platforms.

Reviewers: #swift_pilot_client, msutcliffe

Reviewed By: #swift_pilot_client, msutcliffe

Maniphest Tasks: T471

Differential Revision: https://dev.swift-project.org/D79
2019-02-22 20:34:50 +00:00

31 lines
643 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 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)