1
TEMPLATE      = subdirs
2
SUBDIRS       = \
3
                animation \
4
                desktop \
5
                dialogs \
6
                draganddrop \
7
                graphicsview \
8
                ipc \
9
                itemviews \
10
                layouts \
11
                linguist \
12
                mainwindows \
13
                network \
14
                painting \
15
                qtconcurrent \
16
                richtext \
17
                sql \
18
                statemachine \
19
                threads \
20
                tools \
21
                tutorials \
22
                widgets \
23
                uitools \
24
                xml \
25
                script \
26
                multitouch \
27
                gestures
28
29
contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon
30
contains(QT_CONFIG, webkit): SUBDIRS += webkit
31
embedded:SUBDIRS += qws
32
!wince*: {
33
	!contains(QT_EDITION, Console):contains(QT_BUILD_PARTS, tools):SUBDIRS += designer
34
	contains(QT_BUILD_PARTS, tools):SUBDIRS += assistant qtestlib help
35
} else {
36
	contains(QT_BUILD_PARTS, tools):SUBDIRS += qtestlib
37
}
38
contains(QT_CONFIG, opengl): SUBDIRS += opengl
39
contains(QT_CONFIG, dbus): SUBDIRS += dbus
40
win32: SUBDIRS += activeqt
41
contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns
42
contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
43
44
# install
45
sources.files = README *.pro
46
sources.path = $$[QT_INSTALL_EXAMPLES]
47
INSTALLS += sources