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