summaryrefslogtreecommitdiff
path: root/examples/tutorials/modelview/qmake.pro
diff options
context:
space:
mode:
authorMichael D Scull <ext-michael.scull@nokia.com>2010-05-27 15:12:58 +0200
committerDavid Boddie <dboddie@trolltech.com>2010-07-07 17:07:53 +0200
commitf574700f920ae5d5bda25ba217d6face9f3d3902 (patch)
treea4db1390147f7b6041ca763be6715078b1ddd9ab /examples/tutorials/modelview/qmake.pro
parent4df3fb13821e13ecf581d87f2d224b2f1b964609 (diff)
downloadqt4-tools-f574700f920ae5d5bda25ba217d6face9f3d3902.tar.gz
Rolands ModelView Source
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
+