source: trunk/examples/itemviews/itemviews.pro@ 1028

Last change on this file since 1028 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 819 bytes
Line 
1TEMPLATE = subdirs
2SUBDIRS = addressbook \
3 basicsortfiltermodel \
4 chart \
5 coloreditorfactory \
6 combowidgetmapper \
7 customsortfiltermodel \
8 dirview \
9 editabletreemodel \
10 fetchmore \
11 frozencolumn \
12 pixelator \
13 puzzle \
14 simpledommodel \
15 simpletreemodel \
16 simplewidgetmapper \
17 spinboxdelegate \
18 stardelegate
19
20symbian: SUBDIRS = \
21 addressbook \
22 chart
23
24# install
25sources.files = README *.pro
26sources.path = $$[QT_INSTALL_EXAMPLES]/itemviews
27INSTALLS += sources
28
29symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.