source: trunk/examples/tutorials/modelview/3_changingmodel/3_changingmodel.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.

  • Property svn:executable set to *
File size: 438 bytes
Line 
1TARGET = mv_changingmodel
2
3TEMPLATE = app
4
5SOURCES += main.cpp \
6 mymodel.cpp
7
8HEADERS += mymodel.h
9
10# install
11target.path = $$[QT_INSTALL_EXAMPLES]/tutorials/modelview/3_changingmodel
12sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS 3_changingmodel.pro
13sources.path = $$[QT_INSTALL_EXAMPLES]/tutorials/modelview/3_changingmodel
14INSTALLS += target sources
15
16symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.