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/network/doc/qtnetwork.qdocconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/network/doc') diff --git a/src/network/doc/qtnetwork.qdocconf b/src/network/doc/qtnetwork.qdocconf index 1e9d74314d..c39b4e2bd5 100644 --- a/src/network/doc/qtnetwork.qdocconf +++ b/src/network/doc/qtnetwork.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 = QtNetwork description = Qt Network Reference Documentation -- cgit v1.2.3