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.

22 lines
369 B

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