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