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

qtHaveModule(quick) {
    SUBDIRS += \
        qmlextensionplugins \
        xmlhttprequest

    !no_network: SUBDIRS += \
            networkaccessmanagerfactory
}

SUBDIRS += \
          referenceexamples \
          tutorials \
          shell

EXAMPLE_FILES = \
    dynamicscene \
    qml-i18n \
    locale