Doc: Add install path for examples
authorTopi Reinio <topi.reinio@digia.com>
Tue, 16 Dec 2014 11:10:53 +0000 (12:10 +0100)
committerTopi Reiniƶ <topi.reinio@digia.com>
Tue, 16 Dec 2014 13:49:10 +0000 (14:49 +0100)
Several documentation submodules were missing the correct
install path in the doc configuration.

This change will enable the examples to be listed under
the Qt Creator Welcome mode.

Change-Id: I15554d68f6a5c1741756ab4581050420ecd10cc2
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
src/assistant/assistant/doc/qtassistant.qdocconf
src/designer/src/designer/doc/qtdesigner.qdocconf
src/linguist/linguist/doc/qtlinguist.qdocconf

index a65952e..a63e20b 100644 (file)
@@ -2,6 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
 
 project                 = QtAssistant
 description             = Qt Assistant Manual
+examplesinstallpath     = assistant
 
 qhp.projects            = QtAssistant
 
index 3971625..68c68e6 100644 (file)
@@ -2,6 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
 
 project                 = QtDesigner
 description             = Qt Designer Manual
+examplesinstallpath     = designer
 
 qhp.projects            = QtDesigner
 
index 5ce3714..d1c9f49 100644 (file)
@@ -2,6 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
 
 project                 = QtLinguist
 description             = Qt Linguist Manual
+examplesinstallpath     = linguist
 
 qhp.projects            = QtLinguist