From 9edc3afce838515fa788cf8cfe4553cea097262d Mon Sep 17 00:00:00 2001 From: Daniel Teichmann Date: Tue, 10 Aug 2021 14:57:15 +0200 Subject: qdocconf: adjust paths to code tree change --- minimal.qdocconf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/minimal.qdocconf b/minimal.qdocconf index d2f73c2..546627c 100644 --- a/minimal.qdocconf +++ b/minimal.qdocconf @@ -20,12 +20,12 @@ outputdir = docs # The headerdirs variable specifies the directories # containing the header files associated # with the .cpp source files used in the documentation. -headerdirs = ./src/ +headerdirs = ./rwa-support-desktopapp/src/ # The sourcedirs variable specifies the # directories containing the .cpp or .qdoc # files used in the documentation. -sourcedirs = ./src/ +sourcedirs = ./rwa-support-desktopapp/src/ # The exampledirs variable specifies the directories containing # the source code of the example files. @@ -33,4 +33,4 @@ sourcedirs = ./src/ # The imagedirs variable specifies the # directories containing the images used in the documentation. -imagedirs = ./images +imagedirs = ./rwa-support-desktopapp/images -- cgit v1.2.3