Avoid pulling in "Extending Manual" into Qt Creator manual.

With Qt5, qdoc finds the doc/api/*.qdoc files if the examplesdir points
to doc/, leading to the two toplevel index.html files ending up within
qtcreator.qch

Change-Id: I4ac3c1447c6924c4e292024919d52ddb97e1f8cc
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Eike Ziller
2012-12-17 11:14:21 +01:00
parent 175fbece76
commit cf937f09d6
4 changed files with 15 additions and 15 deletions

View File

@@ -207,7 +207,7 @@
The qml.main file should now look as follows:
\snippet examples/transitions/qml/Transitions/main.qml 0
\snippet transitions/qml/Transitions/main.qml 0
\o In the \gui Navigator pane, copy topLeftRect (by pressing
\key {Ctrl+C}) and paste it to the canvas twice (by pressing
@@ -259,7 +259,7 @@
The qml.main file should now look as follows:
\snippet examples/transitions/qml/Transitions/main.qml 1
\snippet transitions/qml/Transitions/main.qml 1
\endlist
@@ -360,6 +360,6 @@
When you have completed the steps, the main.qml file should look as follows:
\snippet examples/transitions/qml/Transitions/main.qml 2
\snippet transitions/qml/Transitions/main.qml 2
*/