Merge remote branch 'gerrit/master' into refactor
[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 qpa:SUBDIRS += qpa
50
51 wince*|symbian|embedded|x11:!contains(QT_CONFIG, no-gui): SUBDIRS += embedded
52
53 embedded:SUBDIRS += qws
54 contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib
55 contains(QT_CONFIG, opengl): SUBDIRS += opengl
56 contains(QT_CONFIG, dbus): SUBDIRS += dbus
57 contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
58 contains(QT_CONFIG, concurrent): SUBDIRS += qtconcurrent
59
60 # install
61 sources.files = README *.pro
62 sources.path = $$[QT_INSTALL_EXAMPLES]
63 INSTALLS += sources
64
65 symbian: CONFIG += qt_example
66 QT += widgets
67 maemo5: CONFIG += qt_example