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.
18 lines
319 B
18 lines
319 B
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
|
|
|