Migration of QtMvvm from github

19 lines
338 B

TEMPLATE = lib
CONFIG += plugin
QT = core mvvmcore
load(qt_build_paths)
7 years ago
TARGET = $$qtLibraryTarget(serviceregistry_testplugin)
DESTDIR = $$MODULE_BASE_OUTDIR/tests/plugins/serviceregistry
HEADERS += \
testplugin.h \
../serviceregistry/plugintestinterface.h
SOURCES += \
testplugin.cpp
DISTFILES += serviceregistrytestplugin.json