source: trunk/examples/declarative/modelviews/abstractitemmodel/abstractitemmodel.pro@ 1077

Last change on this file since 1077 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: 118 bytes
Line 
1TEMPLATE = app
2
3QT += declarative
4
5RESOURCES += abstractitemmodel.qrc
6
7HEADERS = model.h
8SOURCES = main.cpp model.cpp
Note: See TracBrowser for help on using the repository browser.