Add module specific pris, and make syncqt create fwd includes
[profile/ivi/qtbase.git] / examples / examples.pro
1 TEMPLATE      = subdirs
2 SUBDIRS       = \
3                 network \
4                 statemachine \
5                 threads \
6                 xml
7
8 !contains(QT_CONFIG, no-gui) {
9     SUBDIRS  += \
10                 animation \
11                 desktop \
12                 dialogs \
13                 draganddrop \
14                 effects \
15                 graphicsview \
16                 ipc \
17                 itemviews \
18                 layouts \
19                 linguist \
20                 mainwindows \
21                 painting \
22                 richtext \
23                 scroller \
24                 sql \
25                 tools \
26                 tutorials \
27                 widgets \
28                 uitools \
29                 touch \
30                 gestures
31 }
32
33 contains(QT_CONFIG, webkit):SUBDIRS += webkit
34
35 symbian: SUBDIRS = \
36                 graphicsview \
37                 itemviews \
38                 network \
39                 painting \
40                 widgets \
41                 draganddrop \
42                 mainwindows \
43                 sql \
44                 uitools \
45                 animation \
46                 gestures \
47                 xml
48
49 !contains(QT_CONFIG, no-gui):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 embedded:SUBDIRS += qws
57 !wince*:!symbian: {
58     !contains(QT_EDITION, Console):!contains(QT_CONFIG, no-gui):contains(QT_BUILD_PARTS, tools):SUBDIRS += designer
59     contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib help
60 } else {
61     contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib
62 }
63 contains(QT_CONFIG, opengl): SUBDIRS += opengl
64 contains(QT_CONFIG, openvg): SUBDIRS += openvg
65 contains(QT_CONFIG, dbus): SUBDIRS += dbus
66 contains(QT_CONFIG, declarative): SUBDIRS += declarative
67 win32: SUBDIRS += activeqt
68 contains(QT_CONFIG, xmlpatterns):!contains(QT_CONFIG, no-gui): SUBDIRS += xmlpatterns
69 contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
70 contains(QT_CONFIG, concurrent): SUBDIRS += qtconcurrent
71
72 # install
73 sources.files = README *.pro
74 sources.path = $$[QT_INSTALL_EXAMPLES]
75 INSTALLS += sources
76
77 symbian: CONFIG += qt_example