source:
trunk/demos/demos.pro@
865
Last change on this file since 865 was 846, checked in by , 14 years ago | |
---|---|
File size: 3.1 KB |
Rev | Line | |
---|---|---|
[2] | 1 | TEMPLATE = subdirs |
[846] | 2 | |
3 | !contains(QT_CONFIG, no-gui) { | |
[2] | 4 | SUBDIRS = \ |
[561] | 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 | |
[2] | 20 | |