aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/qml.pro
blob: 9fe8aab7e0c440562ea2884dc3ca0ad150ac2b25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = subdirs
QT_FOR_CONFIG += qml

qtHaveModule(quick) {
    SUBDIRS += \
        qmlextensionplugins
}

SUBDIRS += \
          referenceexamples \
          tutorials

EXAMPLE_FILES = \
    dynamicscene \
    qml-i18n \
    locale