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.
28 lines
512 B
28 lines
512 B
TEMPLATE = app
|
|
|
|
QT += testlib mvvmcore qml
|
|
CONFIG += qmltestcase console
|
|
CONFIG -= app_bundle
|
|
|
|
TARGET = tst_qmlsettingsgenerator
|
|
|
|
HEADERS += \
|
|
testbackend.h
|
|
|
|
SOURCES += \
|
|
tst_qmlsettingsgenerator.cpp \
|
|
testbackend.cpp
|
|
|
|
QML_SETTINGS_DEFINITIONS += \
|
|
generatortest.xml
|
|
|
|
SETTINGS_DEFINITIONS += $$QML_SETTINGS_DEFINITIONS
|
|
|
|
DISTFILES += \
|
|
tst_qmlsettingsgenerator.qml
|
|
|
|
importFiles.path = .
|
|
DEPLOYMENT += importFiles
|
|
|
|
win32:msvc:CONFIG(debug, debug|release): CONFIG += disable_testrun
|
|
include(../../testrun.pri)
|
|
|