diff options
-rwxr-xr-x | doc/src/tutorials/modelview.qdoc (renamed from doc/src/frameworks-technologies/modelview.qdoc) | 4 | ||||
-rwxr-xr-x | examples/tutorials/modelview/modelview.pro (renamed from examples/tutorials/modelview/qmake.pro) | 0 | ||||
-rw-r--r-- | examples/tutorials/tutorials.pro | 4 |
3 files changed, 6 insertions, 2 deletions
diff --git a/doc/src/frameworks-technologies/modelview.qdoc b/doc/src/tutorials/modelview.qdoc index 5f9969b..1be4b46 100755 --- a/doc/src/frameworks-technologies/modelview.qdoc +++ b/doc/src/tutorials/modelview.qdoc @@ -1,7 +1,9 @@ /*! - \contentspage{modelview.html}{Crash Course in Model/View Programming} \page modelview.html + \startpage {index.html}{Qt Reference Documentation} + \contentspage Tutorials + \contentspage{modelview.html}{Crash Course in Model/View Programming} \title Crash Course in Model/View Programming Contents: diff --git a/examples/tutorials/modelview/qmake.pro b/examples/tutorials/modelview/modelview.pro index 7f684ba..7f684ba 100755 --- a/examples/tutorials/modelview/qmake.pro +++ b/examples/tutorials/modelview/modelview.pro diff --git a/examples/tutorials/tutorials.pro b/examples/tutorials/tutorials.pro index 949fdf6..34723c2 100644 --- a/examples/tutorials/tutorials.pro +++ b/examples/tutorials/tutorials.pro @@ -1,6 +1,8 @@ TEMPLATE = subdirs SUBDIRS = \ - addressbook + addressbook \ + modelview + # install sources.files = README *.pro |