source: trunk/examples/declarative/modelviews/stringlistmodel/stringlistmodel.pro@ 846

Last change on this file since 846 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: 154 bytes
Line 
1TEMPLATE = app
2TARGET = stringlistmodel
3DEPENDPATH += .
4INCLUDEPATH += .
5QT += declarative
6
7# Input
8SOURCES += main.cpp
9RESOURCES += stringlistmodel.qrc
Note: See TracBrowser for help on using the repository browser.