aboutsummaryrefslogtreecommitdiffstats
path: root/doc/config
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2016-05-03 13:49:23 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2016-05-03 14:26:35 +0000
commit4021a2a9021984ed3c305648d84c8af84f016e6f (patch)
tree7d096ba0b1193d213d8ea288aee0af945fe72065 /doc/config
parent006d40c5141408c64fa28d54bd19d63feb8bb727 (diff)
Doc: Use icons from source in the manual
This removes the need to take screenshots of icons. - Add icon source directories for the .qdocconf file - Remove screenshots of icons from doc\images (except completion icons) - Copy images that do not have unique names from src or libs to \docs\images - Create images that use overlays and update them in docs\images - Fix paths and filenames in \inlineimage commands - Fix text where one screenshot was replaced by two icons Change-Id: Ib98206890bd15a843566de8d709e45487c70dfbd Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
Diffstat (limited to 'doc/config')
-rw-r--r--doc/config/qtcreator-project.qdocconf16
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/config/qtcreator-project.qdocconf b/doc/config/qtcreator-project.qdocconf
index a7c5b8bdec..401563e7ab 100644
--- a/doc/config/qtcreator-project.qdocconf
+++ b/doc/config/qtcreator-project.qdocconf
@@ -4,7 +4,21 @@ url = http://doc.qt.io/qtcreator
headerdirs =
sourcedirs = $SRCDIR/src
-imagedirs = $SRCDIR/images $SRCDIR/templates/images
+imagedirs = $SRCDIR/images \
+ $SRCDIR/templates/images \
+ $SRCDIR/../src/libs/qmleditorwidgets/images \
+ $SRCDIR/../src/plugins/android/images \
+ $SRCDIR/../src/plugins/autotest/images \
+ $SRCDIR/../src/plugins/classview/images \
+ $SRCDIR/../src/plugins/coreplugin/images \
+ $SRCDIR/../src/plugins/debugger/images \
+ $SRCDIR/../src/plugins/diffeditor/images \
+ $SRCDIR/../src/plugins/help/images \
+ $SRCDIR/../src/plugins/projectexplorer/images \
+ $SRCDIR/../src/plugins/qmldesigner/components/formeditor \
+ $SRCDIR/../src/plugins/qmldesigner/components/navigator \
+ $SRCDIR/../src/plugins/texteditor/images
+
outputdir = $OUTDIR
exampledirs = $SRCDIR/examples
examples.fileextensions += *.qml *.svg