source: trunk/examples/itemviews/simpletreemodel/simpletreemodel.pro@ 664

Last change on this file since 664 was 561, checked in by Dmitry A. Kuminov, 16 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 475 bytes
Line 
1HEADERS = treeitem.h \
2 treemodel.h
3RESOURCES = simpletreemodel.qrc
4SOURCES = treeitem.cpp \
5 treemodel.cpp \
6 main.cpp
7CONFIG += qt
8
9# install
10target.path = $$[QT_INSTALL_EXAMPLES]/itemviews/simpletreemodel
11sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.txt
12sources.path = $$[QT_INSTALL_EXAMPLES]/itemviews/simpletreemodel
13INSTALLS += target sources
14
15symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.