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/sql/doc/qtsql.qdocconf | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'src/sql/doc') diff --git a/src/sql/doc/qtsql.qdocconf b/src/sql/doc/qtsql.qdocconf index d801e1c2fe..e4abfbe236 100644 --- a/src/sql/doc/qtsql.qdocconf +++ b/src/sql/doc/qtsql.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 = QtSql description = Qt SQL Reference Documentation @@ -48,19 +48,6 @@ examples.imageextensions = "*.png" outputdir = ../../../doc/qtsql tagfile = ../../../doc/qtsql/qtsql.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