Files
pilotclient/tests/blackmisc/testdbus/testdbus.pro
Klaus Basan 74be3fa8c2 Added network to UNIT tests (needed for CUrl
Other includes where needed
2019-09-16 22:40:09 +01:00

28 lines
417 B
Prolog

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