summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
blob: e66226703e8077619142badaf943eaf6faf2e5c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
TEMPLATE      = subdirs
CONFIG += no_docs_target

SUBDIRS       = \
                gui \
                network \
                threads \
                xml \
                qpa

qtHaveModule(widgets) {
    SUBDIRS += widgets \
               ipc \
               sql \
               tools \
               touch \
               gestures
}

wince*|embedded|x11:qtHaveModule(gui): SUBDIRS += embedded

contains(QT_BUILD_PARTS, tools):qtHaveModule(gui):qtHaveModule(widgets): SUBDIRS += qtestlib
qtHaveModule(opengl):qtHaveModule(widgets): SUBDIRS += opengl
qtHaveModule(dbus): SUBDIRS += dbus
qtHaveModule(concurrent): SUBDIRS += qtconcurrent

aggregate.files = aggregate/examples.pro
aggregate.path = $$[QT_INSTALL_EXAMPLES]
readme.files = README
readme.path = $$[QT_INSTALL_EXAMPLES]
INSTALLS += aggregate readme