source: trunk/examples/examples.pro@ 1030

Last change on this file since 1030 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 2.2 KB
Line 
1TEMPLATE = subdirs
2SUBDIRS = \
3 network \
4 statemachine \
5 threads \
6 xml
7
8!contains(QT_CONFIG, no-gui) {
9 SUBDIRS += \
10 animation \
11 desktop \
12 dialogs \
13 draganddrop \
14 effects \
15 graphicsview \
16 ipc \
17 itemviews \
18 layouts \
19 linguist \
20 mainwindows \
21 painting \
22 richtext \
23 sql \
24 tools \
25 tutorials \
26 widgets \
27 uitools \
28 touch \
29 gestures
30}
31
32contains(QT_CONFIG, webkit):SUBDIRS += webkit
33
34symbian: SUBDIRS = \
35 graphicsview \
36 itemviews \
37 network \
38 painting \
39 widgets \