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.

18 lines
453 B

HEADERS += \
$$PWD/../3rdparty/optional-lite/optional.hpp \
$$PWD/../3rdparty/variant-lite/variant.hpp \
6 years ago
$$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
6 years ago
QDEP_DEPENDS += \
Skycoder42/QXmlCodeGen@1.4.1