examples/tutorials/modelview/modelview.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 01:19:32 +0300
changeset 37 758a864f9613
parent 33 3e2da88830cd
permissions -rw-r--r--
Revision: 201037 Kit: 201039

TEMPLATE  = subdirs
SUBDIRS = 1_readonly \
          2_formatting \
          3_changingmodel \
          4_headers \
          5_edit \
          6_treeview \
          7_selections

# install
target.path = $$[QT_INSTALL_EXAMPLES]/tutorials/modelview
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS modelview.pro 
sources.path = $$[QT_INSTALL_EXAMPLES]/tutorials/modelview
INSTALLS += target sources

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)