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