summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-06-26 10:11:06 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-26 11:34:37 +0200
commit1e2b1fef23181da20883a2979c2bf52aa5ad132b (patch)
tree1b00edf5633ca824c13814276b9fe356ce548d5f
parentb006ef73e5b27702d3c43f52543fc1f34300fe0e (diff)
downloadqtgraphicaleffects-1e2b1fef23181da20883a2979c2bf52aa5ad132b.tar.gz
Doc: Setting navigation variables for the navigation bar
-also adding 'qtdoc' 'qtcore' in the depends variable Change-Id: I8299e242412739ffdf5fdf2d889e2058f6877684 Reviewed-by: Martin Smith <martin.smith@digia.com>
-rw-r--r--src/effects/doc/qtgraphicaleffects.qdocconf5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/effects/doc/qtgraphicaleffects.qdocconf b/src/effects/doc/qtgraphicaleffects.qdocconf
index 71d2c08..9eef73f 100644
--- a/src/effects/doc/qtgraphicaleffects.qdocconf
+++ b/src/effects/doc/qtgraphicaleffects.qdocconf
@@ -37,4 +37,7 @@ exampledirs += ../../../examples/graphicaleffects \
imagedirs += images
-depends += qtqml qtquick qtbase
+depends += qtqml qtquick qtbase qtdoc qtcore
+
+navigation.landingpage = "Qt Graphical Effects"
+navigation.qmltypespage = "Graphical Effects"