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

28 lines
418 B
Prolog

load(common_pre)
QT += core dbus network
TARGET = sharedstatetestserver
CONFIG -= app_bundle
CONFIG += console
CONFIG += blackconfig
CONFIG += blackmisc
TEMPLATE = app
DEPENDPATH += \
. \
$$SourceRoot/src \
$$SourceRoot/tests \
INCLUDEPATH += \
$$SourceRoot/src \
$$SourceRoot/tests \
SOURCES += server.cpp
HEADERS += ../testsharedstate.h
DESTDIR = $$DestRoot/bin
load(common_post)