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

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

trunk: Merged in qt 4.6.1 sources.

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