summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/modelview/modelview.pro
diff options
context:
space:
mode:
authorRoland Wolf <ext-roland.wolf@nokia.com>2010-06-22 12:26:05 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2010-07-07 15:09:58 (GMT)
commit6de484f195366b560e10f95b04d2f0e7303a2b63 (patch)
treed4ae8d9b85bc59e6b7c2a63d655054619255255f /examples/tutorials/modelview/modelview.pro
parentcdc354e3e777b6de28710c05b83567fa3ad63658 (diff)
downloadQt-6de484f195366b560e10f95b04d2f0e7303a2b63.zip
Qt-6de484f195366b560e10f95b04d2f0e7303a2b63.tar.gz
Qt-6de484f195366b560e10f95b04d2f0e7303a2b63.tar.bz2
integrating modelview tutorial in the build system, first attempt
Diffstat (limited to 'examples/tutorials/modelview/modelview.pro')
-rwxr-xr-xexamples/tutorials/modelview/modelview.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/tutorials/modelview/modelview.pro b/examples/tutorials/modelview/modelview.pro
new file mode 100755
index 0000000..7f684ba
--- /dev/null
+++ b/examples/tutorials/modelview/modelview.pro
@@ -0,0 +1,10 @@
+TEMPLATE = subdirs
+
+SUBDIRS = 1_readonly \
+ 2_formatting \
+ 3_changingmodel \
+ 4_headers \
+ 5_edit \
+ 6_treeview \
+ 7_selections
+