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

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

    !no_network: SUBDIRS += \
            networkaccessmanagerfactory
}

SUBDIRS += \
          referenceexamples \
          shell

EXAMPLE_FILES = \
    dynamicscene \
    qml-i18n \
    locale