summaryrefslogtreecommitdiff
path: root/examples/tutorials/modelview/qmake.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/modelview/qmake.pro')
-rwxr-xr-xexamples/tutorials/modelview/qmake.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/tutorials/modelview/qmake.pro b/examples/tutorials/modelview/qmake.pro
new file mode 100755
index 0000000000..7f684bac18
--- /dev/null
+++ b/examples/tutorials/modelview/qmake.pro
@@ -0,0 +1,10 @@
+TEMPLATE = subdirs
+
+SUBDIRS = 1_readonly \
+ 2_formatting \
+ 3_changingmodel \
+ 4_headers \
+ 5_edit \
+ 6_treeview \
+ 7_selections
+