aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-08-10 14:57:15 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-08-10 14:57:15 +0200
commit9edc3afce838515fa788cf8cfe4553cea097262d (patch)
treeade78d1d929681f625299ca171645ade3646604d
parent6ae4c71032e6b15dedd631dfff0c0c4cc4a8522a (diff)
downloadRWA.Support.DesktopApp-9edc3afce838515fa788cf8cfe4553cea097262d.tar.gz
RWA.Support.DesktopApp-9edc3afce838515fa788cf8cfe4553cea097262d.tar.bz2
RWA.Support.DesktopApp-9edc3afce838515fa788cf8cfe4553cea097262d.zip
qdocconf: adjust paths to code tree change
-rw-r--r--minimal.qdocconf6
1 files 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