29eda7dff50e1d0b1f4d621f9913ae06425fedfe
[profile/ivi/qtbase.git] / examples / examples.pro
1 TEMPLATE      = subdirs
2 CONFIG += no_docs_target
3
4 SUBDIRS       = \
5                 network \
6                 threads \
7                 xml \
8                 qpa
9
10 !contains(QT_CONFIG, no-widgets) {
11     SUBDIRS += widgets \
12                ipc \
13                linguist \
14                sql \
15                tools \
16                tutorials \
17                touch \
18                gestures
19 }
20
21 wince*|embedded|x11:!contains(QT_CONFIG, no-gui): SUBDIRS += embedded
22
23 contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):!contains(QT_CONFIG, no-widgets):SUBDIRS += qtestlib
24 contains(QT_CONFIG, opengl):!contains(QT_CONFIG, no-widgets):SUBDIRS += opengl
25 contains(QT_CONFIG, dbus): SUBDIRS += dbus
26 contains(QT_CONFIG, concurrent): SUBDIRS += qtconcurrent
27
28 # install
29 sources.files = README *.pro
30 sources.path = $$[QT_INSTALL_EXAMPLES]
31 INSTALLS += sources