Migration of QtMvvm from github
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
350 B

TEMPLATE = app
QT += testlib mvvmcore qml
CONFIG += qmltestcase console
CONFIG -= app_bundle
TARGET = tst_qmlsettingsgenerator
SOURCES += \
tst_qmlsettingsgenerator.cpp
QML_SETTINGS_DEFINITIONS += \
../../mvvmcore/settingsgenerator/generatortest.xml
DISTFILES += \
tst_qmlsettingsgenerator.qml
importFiles.path = .
DEPLOYMENT += importFiles