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

Last change on this file since 441 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

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