Add warning about non-API in Qt5CTestMacros.
[profile/ivi/qtbase.git] / examples / examples.pro
1 TEMPLATE      = subdirs
2 CONFIG += no_docs_target
3
4 SUBDIRS       = \
5                 gui \
6                 network \
7                 threads \
8                 xml \
9                 qpa
10
11 !contains(QT_CONFIG, no-widgets) {
12     SUBDIRS += widgets \
13                ipc \
14                linguist \
15                sql \
16                tools \
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