diff options
author | Jerome Pasion <jerome.pasion@digia.com> | 2013-06-26 10:15:28 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-06-26 11:55:20 +0200 |
commit | 20412631b3363866b764368cfd715dec6f148412 (patch) | |
tree | e7e6a3163ef24bff2ed8a3fce15fd9288ca305f9 /src/imageformats | |
parent | fd0df151ed54ee8b799a2fcf5b4db7a51762714f (diff) | |
download | qtimageformats-20412631b3363866b764368cfd715dec6f148412.tar.gz |
Doc: Setting navigation variables
-for the navigation bar
Change-Id: If918610d2f80bf1bafffcef13851dc9f47aba8fd
Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/imageformats')
-rw-r--r-- | src/imageformats/doc/qtimageformats.qdocconf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/imageformats/doc/qtimageformats.qdocconf b/src/imageformats/doc/qtimageformats.qdocconf index e6108c5..cbb9d3b 100644 --- a/src/imageformats/doc/qtimageformats.qdocconf +++ b/src/imageformats/doc/qtimageformats.qdocconf @@ -13,7 +13,7 @@ version = $QT_VERSION # imagedirs += images sourcedirs += src -depends += qtcore qtgui +depends += qtcore qtgui qtdoc # The following parameters are for creating a qhp file, the qhelpgenerator # program can convert the qhp file into a qch file which can be opened in @@ -49,3 +49,5 @@ qhp.QtImageFormats.subprojects = list qhp.QtImageFormats.subprojects.list.title = Qt Image Formats qhp.QtImageFormats.subprojects.list.indexTitle = Qt Image Formats qhp.QtImageFormats.subprojects.list.type = manual + +navigation.landingpage = "Qt Image Formats" |