You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
374 B
23 lines
374 B
6 years ago
|
TEMPLATE = app
|
||
|
|
||
|
QT += testlib mvvmcore
|
||
|
QT -= gui
|
||
|
CONFIG += console
|
||
|
CONFIG -= app_bundle
|
||
|
|
||
|
TARGET = tst_serviceregistry
|
||
|
|
||
|
SOURCES += \
|
||
|
tst_serviceregistry.cpp \
|
||
|
testservice.cpp \
|
||
|
testobject.cpp
|
||
|
|
||
|
HEADERS += \
|
||
|
testinterface.h \
|
||
|
testservice.h \
|
||
|
testobject.h \
|
||
|
plugintestinterface.h
|
||
|
|
||
|
load(qt_build_paths)
|
||
|
DEFINES += PLUGIN_TESTDIR=\\\"$$MODULE_BASE_OUTDIR/tests/plugins\\\"
|