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

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