source:
trunk/examples/examples.pro@
855
Last change on this file since 855 was 846, checked in by , 14 years ago | |
---|---|
File size: 2.2 KB |
Rev | Line | |
---|---|---|
[2] | 1 | TEMPLATE = subdirs |
2 | SUBDIRS = \ | |
[846] | 3 | network \ |
4 | statemachine \ | |
5 | threads \ | |
6 | xml | |
7 | ||
8 | !contains(QT_CONFIG, no-gui) { | |
9 | SUBDIRS += \ | |
[561] | 10 | animation \ |
[2] | 11 | desktop \ |
12 | dialogs \ | |
13 | draganddrop \ | |
[561] | 14 | effects \ |
[2] | 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 \ | |
[846] | 28 | touch \ |