aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/qtquick.qdocconf
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2012-06-22 10:51:44 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-25 10:39:29 +0200
commite6fe0708006b5b1165bc4f93ce2c496bb92bbefc (patch)
tree3f068bcc6f42419dee68896c86194914afbd4396 /src/quick/doc/qtquick.qdocconf
parent6b1716df0e7190d3cf63d8b15cefdb8525c05cf6 (diff)
Doc: Use correct style and modules for doc build.
This change makes the "make docs" command use the correct style. Be aware that the "global" qdocconfs need to be in the QT_INSTALL_DOCS location before running "make docs", which effectively means that "make install" needs to be run in qtbase when doing a prefix build. Change-Id: Ib4635af0ad45717407a163968d629647898074dc Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
Diffstat (limited to 'src/quick/doc/qtquick.qdocconf')
-rw-r--r--src/quick/doc/qtquick.qdocconf7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/quick/doc/qtquick.qdocconf b/src/quick/doc/qtquick.qdocconf
index 423627819b..9aa056e26c 100644
--- a/src/quick/doc/qtquick.qdocconf
+++ b/src/quick/doc/qtquick.qdocconf
@@ -1,9 +1,12 @@
+include(global/qt-html-templates-offline.qdocconf)
+include(global/qt-cpp-ignore.qdocconf)
+
project = QtQuick
description = Qt Quick Reference Documentation
url = http://qt-project.org/doc/qt-5.0/qtquick
version = 5.0.0
-depends += qtqcore qtxmlpatterns qtjsbackend qtqml
+depends += qtqcore qtxmlpatterns qtqml
sourceencoding = UTF-8
outputencoding = UTF-8
@@ -52,7 +55,7 @@ HTML.nobreadcrumbs = "true"
HTML.templatedir = .
-HTML.stylesheets = ../../../doc/global/style/offline.css
+HTML.stylesheets = global/style/offline.css
HTML.headerstyles = \
" <link rel=\"stylesheet\" type=\"text/css\" href=\"style/offline.css\" />\n"