aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator-online.qdocconf
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-12-17 20:21:27 +0100
committerhjk <qtc-committer@nokia.com>2011-02-11 08:40:55 +0100
commita20cd348633861b91ed30d6a9319e096651a5de1 (patch)
tree5c970196c138aa60b86842848c3ea9297bf4a1c6 /doc/qtcreator-online.qdocconf
parenta89bac3c3c52665ecb2b14a7837f40c0ca6b7f0c (diff)
Updated the configuration files to use the updated qdoc.
Updated qdoc to remove hard-coded dependencies on style sheets. Simplified the offline documentation, introducing an offline.css file to be used for documentation in Qt Creator.
Diffstat (limited to 'doc/qtcreator-online.qdocconf')
-rw-r--r--doc/qtcreator-online.qdocconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/qtcreator-online.qdocconf b/doc/qtcreator-online.qdocconf
index adfa30760be..9219bf9ced7 100644
--- a/doc/qtcreator-online.qdocconf
+++ b/doc/qtcreator-online.qdocconf
@@ -1,4 +1,4 @@
-online = true
# Run qdoc from the directory that contains this file.
-include(qtcreator.qdocconf)
+include(config/qtcreator-project.qdocconf)
+include(config/qt-html-templates-online.qdocconf)