diff options
Diffstat (limited to 'examples/tutorials/modelview/qmake.pro')
-rwxr-xr-x | examples/tutorials/modelview/qmake.pro | 10 |
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 0000000..7f684ba --- /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 + |