diff -r ef0373b55136 -r 758a864f9613 examples/tutorials/modelview/modelview.pro --- 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)