source:
trunk/demos/demos.pro@
966
Last change on this file since 966 was 846, checked in by , 14 years ago | |
---|---|
File size: 3.1 KB |
Line | |
---|---|
1 | TEMPLATE = subdirs |
2 | |
3 | !contains(QT_CONFIG, no-gui) { |
4 | SUBDIRS = \ |
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 | |
21 | symbian: SUBDIRS = \ |
22 | demos_shared \ |
23 | demos_deform \ |
24 | demos_pathstroke |
25 | |
26 | wince*: 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 \ |