summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/modelview/modelview.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/modelview/modelview.pro')
-rwxr-xr-xexamples/tutorials/modelview/modelview.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/tutorials/modelview/modelview.pro b/examples/tutorials/modelview/modelview.pro
new file mode 100755
index 0000000000..45dc9c0612
--- /dev/null
+++ b/examples/tutorials/modelview/modelview.pro
@@ -0,0 +1,16 @@
+TEMPLATE = subdirs
+SUBDIRS = 1_readonly \
+ 2_formatting \
+ 3_changingmodel \
+ 4_headers \
+ 5_edit \
+ 6_treeview \
+ 7_selections
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/modelview
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS modelview.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/modelview
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)