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.

37 lines
934 B

TEMPLATE = app
QT += testlib mvvmcore mvvmcore-private
QT -= gui
CONFIG += console
CONFIG -= app_bundle
TARGET = tst_settingsconfigloader
DEFINES += SRCDIR=\\\"$$_PRO_FILE_PWD_\\\"
INCLUDEPATH += \
../../../../src/settingsconfig \
$$shadowed(../../../../src/mvvmcore) \
../../../../src/3rdparty/optional-lite \
../../../../src/3rdparty/variant-lite
CONFIG(release, debug|release): INCLUDEPATH += $$shadowed(../../../../src/mvvmcore/release)
else:CONFIG(debug, debug|release): INCLUDEPATH += $$shadowed(../../../../src/mvvmcore/debug)
SOURCES += \
tst_settingsconfigloader.cpp
DISTFILES += \
entryDocument.xml \
groupDocument.xml \
sectionDocument.xml \
categoryDocument.xml \
selectorDocument.xml \
includeDocument.xml \
includeDocument_category.xml \
includeDocument_section.xml \
includeDocument_group.xml \
includeDocument_entry.xml \
6 years ago
includeDocument_filtered.xml \
invalidDocument.xml