summaryrefslogtreecommitdiffstats
path: root/src/network/doc
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2012-08-30 17:51:30 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-31 01:16:56 +0200
commit2e7f06c9bcae5bcaefb99750aabd5bb860948e77 (patch)
treecd3edd16e5f718fabeebaf7d212b2d196a63ce55 /src/network/doc
parent244e3e2aa0dcc53c18cb55dabdd88f9d5c4b521a (diff)
Doc: Simplify qtbase qdocconfs.
We should be using the global qdocconf for the common variables. This change also allows you to just specify -installdir without using a templatedir. Change-Id: I207d279d9b5199212e896fc5ccab5c212b1896c6 Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
Diffstat (limited to 'src/network/doc')
-rw-r--r--src/network/doc/qtnetwork.qdocconf17
1 files changed, 2 insertions, 15 deletions
diff --git a/src/network/doc/qtnetwork.qdocconf b/src/network/doc/qtnetwork.qdocconf
index d95e4155a6..1e9d74314d 100644
--- a/src/network/doc/qtnetwork.qdocconf
+++ b/src/network/doc/qtnetwork.qdocconf
@@ -1,5 +1,5 @@
-include(../../../doc/global/qt-html-templates-offline.qdocconf)
-include(../../../doc/global/qt-cpp-ignore.qdocconf)
+include(global/qt-html-templates-offline.qdocconf)
+include(global/qt-cpp-ignore.qdocconf)
project = QtNetwork
description = Qt Network Reference Documentation
@@ -48,19 +48,6 @@ examples.imageextensions = "*.png"
outputdir = ../../../doc/qtnetwork
tagfile = ../../../doc/qtnetwork/qtnetwork.tags
-HTML.generatemacrefs = "true"
-HTML.nobreadcrumbs = "true"
-
-HTML.templatedir = .
-
-HTML.stylesheets = ../../../doc/global/style/offline.css
-
-HTML.headerstyles = \
- " <link rel=\"stylesheet\" type=\"text/css\" href=\"style/offline.css\" />\n"
-
-HTML.endheader = \
- "</head>\n" \
-
defines = Q_QDOC \
QT_.*_SUPPORT \
QT_.*_LIB \