aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/qml.pro
blob: df73fe0200d8d70ac5154d6677f9d22a133e7616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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