qtdeclarative/examples/qml/qml.pro

22 lines
358 B
Prolog
Raw Normal View History

TEMPLATE = subdirs
QT_FOR_CONFIG += qml
qtHaveModule(quick) {
SUBDIRS += \
qmlextensionplugins \
xmlhttprequest
qtConfig(qml-network): \
SUBDIRS += networkaccessmanagerfactory
}
SUBDIRS += \
referenceexamples \
tutorials \
shell
EXAMPLE_FILES = \
dynamicscene \
qml-i18n \
locale