Files
pilotclient/tests/blackmisc/testdatastream/testdatastream.pro
2019-04-12 13:57:18 +01:00

28 lines
421 B
Prolog

load(common_pre)
QT += core dbus testlib
TARGET = testdatastream
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 += testdatastream.cpp
DESTDIR = $$DestRoot/bin
load(common_post)