22 lines
358 B
Prolog
22 lines
358 B
Prolog
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
|