source: trunk/examples/tutorials/modelview/6_treeview/6_treeview.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: 410 bytes
Line 
1TARGET = mv_tree
2TEMPLATE = app
3SOURCES += main.cpp \
4 mainwindow.cpp
5HEADERS += mainwindow.h
6
7# install
8target.path = $$[QT_INSTALL_EXAMPLES]/tutorials/modelview/6_treeview
9sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS 6_treeview.pro
10sources.path = $$[QT_INSTALL_EXAMPLES]/tutorials/modelview/6_treeview
11INSTALLS += target sources
12
13symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.