source:
trunk/examples/examples.pro@
842
Last change on this file since 842 was 769, checked in by , 15 years ago | |
---|---|
File size: 1.9 KB |
Rev | Line | |
---|---|---|
[2] | 1 | TEMPLATE = subdirs |
2 | SUBDIRS = \ | |
[561] | 3 | animation \ |
[2] | 4 | desktop \ |
5 | dialogs \ | |
6 | draganddrop \ | |
[561] | 7 | effects \ |
[2] | 8 | graphicsview \ |
9 | ipc \ | |
10 | itemviews \ | |
11 | layouts \ | |
12 | linguist \ | |
13 | mainwindows \ | |
14 | network \ | |
15 | painting \ | |
16 | qtconcurrent \ | |
17 | richtext \ | |
18 | sql \ | |
[561] | 19 | statemachine \ |
[2] | 20 | threads \ |
21 | tools \ | |
22 | tutorials \ | |
23 | widgets \ | |
24 | uitools \ | |
25 | xml \ | |
[561] | 26 | multitouch \ |
27 | gestures | |
[2] | 28 | |
[561] | 29 | symbian: SUBDIRS = \ |
30 | graphicsview \ | |
31 | itemviews \ | |
32 | network \ | |
33 | painting \ | |
34 | widgets \ | |
35 | draganddrop \ | |
36 | mainwindows \ | |
37 | sql \ | |
38 | uitools \ | |
[769] | 39 | animation \ |
40 | gestures \ | |