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/corelib/doc/qtcore.qdocconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib/doc/qtcore.qdocconf') diff --git a/src/corelib/doc/qtcore.qdocconf b/src/corelib/doc/qtcore.qdocconf index 69c753b951..86bf914d07 100644 --- a/src/corelib/doc/qtcore.qdocconf +++ b/src/corelib/doc/qtcore.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 = QtCore description = Qt Core Reference Documentation -- cgit v1.2.3