Files
pilotclient/tests/blackmisc/testsharedstate/testsharedstate.pro
2020-08-01 19:48:36 +01:00

29 lines
460 B
Prolog

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