source: trunk/examples/declarative/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pro

Last change on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 138 bytes
Line 
1QT += declarative
2
3HEADERS += piechart.h \
4 pieslice.h
5SOURCES += piechart.cpp \
6 pieslice.cpp \
7 main.cpp
Note: See TracBrowser for help on using the repository browser.