Add X-Plane utils unit test

This commit is contained in:
Roland Winklmeier
2018-08-24 21:30:58 +02:00
parent 77ce9f8b8a
commit 5cc8249b38
4 changed files with 147 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
load(common_pre)
QT += core dbus testlib
TARGET = testxplane
CONFIG -= app_bundle
CONFIG += blackconfig
CONFIG += blackmisc
CONFIG += testcase
CONFIG += no_testcase_installs
TEMPLATE = app
DEPENDPATH += \
. \
$$SourceRoot/src \
$$SourceRoot/tests \
INCLUDEPATH += \
$$SourceRoot/src \
$$SourceRoot/tests \
SOURCES += testxplane.cpp
DESTDIR = $$DestRoot/bin
load(common_post)