examples/tutorials/modelview/modelview.pro
changeset 37 758a864f9613
parent 33 3e2da88830cd
--- a/examples/tutorials/modelview/modelview.pro	Fri Sep 17 08:34:18 2010 +0300
+++ b/examples/tutorials/modelview/modelview.pro	Mon Oct 04 01:19:32 2010 +0300
@@ -1,5 +1,4 @@
-TEMPLATE = subdirs
-
+TEMPLATE  = subdirs
 SUBDIRS = 1_readonly \
           2_formatting \
           3_changingmodel \
@@ -8,3 +7,10 @@
           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)