From eede34aa6b8f60ec2627ebd8726d76e15478edc3 Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Fri, 31 Aug 2012 19:12:36 +0200 Subject: Doc: Fix docbuild when not using -developer-build. https://codereview.qt-project.org/#change,33974 only works in the case of a developer build. Not in a normal prefix build. Change-Id: I3a3e5029cefaa9f83c5deb71665f0efa9d812819 Reviewed-by: Frederik Gladhorn --- src/sql/doc/qtsql.qdocconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sql/doc') diff --git a/src/sql/doc/qtsql.qdocconf b/src/sql/doc/qtsql.qdocconf index e4abfbe236..03821f5334 100644 --- a/src/sql/doc/qtsql.qdocconf +++ b/src/sql/doc/qtsql.qdocconf @@ -1,5 +1,5 @@ -include(global/qt-html-templates-offline.qdocconf) -include(global/qt-cpp-ignore.qdocconf) +include(../../../doc/global/qt-html-templates-offline.qdocconf) +include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtSql description = Qt SQL Reference Documentation -- cgit v1.2.3