0
|
1 |
TEMPLATE = subdirs
|
|
2 |
SUBDIRS = \
|
|
3 |
animation \
|
|
4 |
desktop \
|
|
5 |
dialogs \
|
|
6 |
draganddrop \
|
|
7 |
effects \
|
|
8 |
gestures \
|
|
9 |
graphicsview \
|
|
10 |
ipc \
|
|
11 |
itemviews \
|
|
12 |
layouts \
|
|
13 |
linguist \
|
|
14 |
mainwindows \
|
|
15 |
multitouch \
|
|
16 |
network \
|
|
17 |
painting \
|
|
18 |
qtconcurrent \
|
|
19 |
richtext \
|
|
20 |
sql \
|
|
21 |
statemachine \
|
|
22 |
threads \
|
|
23 |
tools \
|
|
24 |
tutorials \
|
|
25 |
widgets \
|
|
26 |
uitools \
|
|
27 |
xml
|
|
28 |
|
|
29 |
symbian: SUBDIRS = \
|
|
30 |
animation \
|
|
31 |
dialogs \
|
|
32 |
draganddrop \
|
|
33 |
effects \
|
|
34 |
gestures \
|
|
35 |
graphicsview \
|
|
36 |
itemviews \
|
|
37 |
mainwindows \
|
|
38 |
multitouch \
|
|
39 |
network \
|
|
40 |
painting \
|
|
41 |
qtconcurrent \
|
|
42 |
sql \
|
|
43 |
statemachine \
|
|
44 |
threads \
|
|
45 |
uitools \
|
|
46 |
widgets \
|
|
47 |
xml
|
|
48 |
|
|
49 |
contains(QT_CONFIG, multimedia) {
|
|
50 |
SUBDIRS += multimedia
|
|
51 |
}
|
|
52 |
|
|
53 |
contains(QT_CONFIG, script): SUBDIRS += script
|
|
54 |
|
|
55 |
contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon
|
|
56 |
contains(QT_CONFIG, webkit): SUBDIRS += webkit
|
|
57 |
embedded:SUBDIRS += qws
|
|
58 |
!wince*:!symbian: {
|
|
59 |
!contains(QT_EDITION, Console):contains(QT_BUILD_PARTS, tools):SUBDIRS += designer
|
|
60 |
contains(QT_BUILD_PARTS, tools):SUBDIRS += assistant qtestlib help
|
|
61 |
} else {
|
|
62 |
contains(QT_BUILD_PARTS, tools):SUBDIRS += qtestlib
|
|
63 |
}
|
|
64 |
contains(QT_CONFIG, opengl): SUBDIRS += opengl
|
|
65 |
contains(QT_CONFIG, openvg): SUBDIRS += openvg
|
|
66 |
contains(QT_CONFIG, dbus): SUBDIRS += dbus
|
|
67 |
win32: SUBDIRS += activeqt
|
|
68 |
contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns
|
|
69 |
contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
|
|
70 |
|
|
71 |
# install
|
|
72 |
sources.files = README *.pro
|
|
73 |
sources.path = $$[QT_INSTALL_EXAMPLES]
|
|
74 |
INSTALLS += sources
|
|
75 |
|
|
76 |
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|