Files
pilotclient/tests/blackcore/context/testcontext/testcontext.pro
2020-06-12 18:42:40 +01:00

31 lines
484 B
Prolog

load(common_pre)
QT += core dbus network testlib multimedia gui
TARGET = testcontext
CONFIG -= app_bundle
CONFIG += blackconfig
CONFIG += blackmisc
CONFIG += blackcore
CONFIG += testcase
CONFIG += no_testcase_installs
TEMPLATE = app
DEPENDPATH += \
. \
$$SourceRoot/src \
$$SourceRoot/tests \
INCLUDEPATH += \
$$SourceRoot/src \
$$SourceRoot/tests \
SOURCES += testcontext.cpp
win32: LIBS += -lOle32
DESTDIR = $$DestRoot/bin
load(common_post)