3b9e85c0c026d27f2831675efc22d066f8418608
[profile/ivi/qtbase.git] / examples / examples.pro
1 Qt += widgets
2
3 TEMPLATE      = subdirs
4 SUBDIRS       = \
5                 network \
6                 statemachine \
7                 threads \
8                 xml
9
10 !contains(QT_CONFIG, no-gui) {
11     SUBDIRS  += \
12                 animation \
13                 desktop \
14                 dialogs \
15                 draganddrop \
16                 effects \
17                 graphicsview \
18                 ipc \
19                 itemviews \
20                 layouts \
21                 linguist \
22                 mainwindows \
23                 painting \
24                 richtext \
25                 scroller \
26                 sql \
27                 tools \
28                 tutorials \
29                 widgets \
30                 uitools \
31                 touch \
32                 gestures
33 }
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 qpa:SUBDIRS += qpa
54 embedded:SUBDIRS += qws
55 contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib
56 contains(QT_CONFIG, opengl): SUBDIRS += opengl
57 contains(QT_CONFIG, openvg): SUBDIRS += openvg
58 contains(QT_CONFIG, dbus): SUBDIRS += dbus
59 contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
60 contains(QT_CONFIG, concurrent): SUBDIRS += qtconcurrent
61
62 # install
63 sources.files = README *.pro
64 sources.path = $$[QT_INSTALL_EXAMPLES]
65 INSTALLS += sources
66
67 symbian: CONFIG += qt_example