From 2e7f06c9bcae5bcaefb99750aabd5bb860948e77 Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Thu, 30 Aug 2012 17:51:30 +0200 Subject: 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 Reviewed-by: Frederik Gladhorn --- src/gui/doc/qtgui.qdocconf | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'src/gui/doc/qtgui.qdocconf') diff --git a/src/gui/doc/qtgui.qdocconf b/src/gui/doc/qtgui.qdocconf index da2122a320..5fdc9b7818 100644 --- a/src/gui/doc/qtgui.qdocconf +++ b/src/gui/doc/qtgui.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 = QtGui description = Qt GUI Reference Documentation @@ -48,19 +48,6 @@ examples.imageextensions = "*.png" outputdir = ../../../doc/qtgui tagfile = ../../../doc/qtgui/qtgui.tags -HTML.generatemacrefs = "true" -HTML.nobreadcrumbs = "true" - -HTML.templatedir = . - -HTML.stylesheets = ../../../doc/global/style/offline.css - -HTML.headerstyles = \ - " \n" - -HTML.endheader = \ - "\n" \ - defines = Q_QDOC \ QT_.*_SUPPORT \ QT_.*_LIB \ -- cgit v1.2.3