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.
20 lines
372 B
20 lines
372 B
TEMPLATE = lib
|
|
CONFIG += plugin
|
|
|
|
QT = core mvvmcore
|
|
|
|
load(qt_build_paths)
|
|
|
|
TARGET = $$qtLibraryTarget(serviceregistry_testplugin)
|
|
DESTDIR = $$MODULE_BASE_OUTDIR/tests/plugins/serviceregistry
|
|
|
|
HEADERS += \
|
|
testplugin.h \
|
|
../serviceregistry/plugintestinterface.h
|
|
|
|
SOURCES += \
|
|
testplugin.cpp
|
|
|
|
DISTFILES += serviceregistrytestplugin.json
|
|
|
|
QMAKE_EXTRA_TARGETS += run-tests
|
|
|