source: trunk/demos/demos.pro@ 966

Last change on this file since 966 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: 3.1 KB
Line 
1TEMPLATE = subdirs
2
3!contains(QT_CONFIG, no-gui) {
4SUBDIRS = \
5 demos_shared \
6 demos_deform \
7 demos_gradients \
8 demos_pathstroke \
9 demos_affine \
10 demos_composition \
11 demos_books \
12 demos_interview \
13 demos_mainwindow \
14 demos_spreadsheet \
15 demos_textedit \
16 demos_chip \
17 demos_embeddeddialogs \
18 demos_undo \
19 demos_sub-attaq
20
21symbian: SUBDIRS = \
22 demos_shared \
23 demos_deform \
24 demos_pathstroke
25
26wince*: SUBDIRS = \
27 demos_shared \
28 demos_deform \
29 demos_gradients \
30 demos_pathstroke \
31 demos_affine \
32 demos_composition \
33 demos_books \
34 demos_interview \
35 demos_mainwindow \
36 demos_spreadsheet \
37 demos_textedit \
38 # demos_chip \