qdoc: Changed \qmlclass to \qmltype, added \instantiates
[profile/ivi/qtbase.git] / examples / examples.pro
1 TEMPLATE      = subdirs
2 CONFIG += no_docs_target
3
4 SUBDIRS       = \
5                 network \
6                 statemachine \
7                 threads \
8                 xml \
9                 qpa
10
11 !contains(QT_CONFIG, no-widgets) {
12     SUBDIRS  += \
13                 animation \
14                 desktop \
15                 dialogs \
16                 draganddrop \
17                 effects \
18                 graphicsview \
19                 ipc \
20                 layouts \
21                 linguist \
22                 mainwindows \
23                 painting \
24                 richtext \
25                 scroller \
26                 sql \
27                 tools \
28                 tutorials \
29                 touch \
30                 gestures
31
32     !contains(QT_CONFIG, no-widgets) {
33         SUBDIRS +=  widgets \
34                     itemviews
35     }
36 }
37 wince*|embedded|x11:!contains(QT_CONFIG, no-gui): SUBDIRS += embedded
38
39 contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib
40 contains(QT_CONFIG, opengl): SUBDIRS += opengl
41 contains(QT_CONFIG, dbus): SUBDIRS += dbus
42 contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
43 contains(QT_CONFIG, concurrent): SUBDIRS += qtconcurrent
44
45 # install
46 sources.files = README *.pro
47 sources.path = $$[QT_INSTALL_EXAMPLES]
48 INSTALLS += sources