Doc: Define example install paths in .qdocconf

QDoc needs to know the directory under which the examples are
installed in QT_INSTALL_EXAMPLES. Without them, example manifest files
may contain invalid paths.

Change-Id: I3d27517e41e3b1deb7643ca1a40f3905c0e5cc1a
Reviewed-by: Martin Smith <martin.smith@digia.com>
This commit is contained in:
Topi Reinio
2013-05-03 15:07:48 +02:00
committed by The Qt Project
parent 8e202bcad1
commit 07f20b8afe
2 changed files with 6 additions and 0 deletions

View File

@@ -28,6 +28,9 @@ qhp.QtMultimediaWidgets.subprojects.classes.sortPages = true
exampledirs += ../../../examples/multimediawidgets \
snippets
# Specify example install dir under QT_INSTALL_EXAMPLES
examplesinstallpath = multimediawidgets
headerdirs += ../
imagedirs += \