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.
|
|
|
HEADERS += \
|
|
|
|
$$PWD/../3rdparty/optional-lite/optional.hpp \
|
|
|
|
$$PWD/../3rdparty/variant-lite/variant.hpp \
|
|
|
|
$$PWD/prefix_p.h \
|
|
|
|
$$PWD/settingsconfigimpl_p.h
|
|
|
|
|
|
|
|
SOURCES += $$PWD/settingsconfigimpl.cpp
|
|
|
|
|
|
|
|
XML_SCHEMA_DEFINITIONS += $$PWD/settingsconfig.xsd
|
|
|
|
|
|
|
|
INCLUDEPATH += $$PWD $$PWD/../3rdparty/optional-lite $$PWD/../3rdparty/variant-lite
|
|
|
|
|
|
|
|
contains(QT, xmlpatterns): RESOURCES += \
|
|
|
|
$$PWD/settingsconfig.qrc
|
|
|
|
|
|
|
|
QDEP_DEPENDS += \
|
|
|
|
Skycoder42/QXmlCodeGen@1.4.1
|