summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdoc/generatedoutput/testdata/bug80259/testmodule.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qdoc/generatedoutput/testdata/bug80259/testmodule.qdocconf')
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/bug80259/testmodule.qdocconf6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qdoc/generatedoutput/testdata/bug80259/testmodule.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/bug80259/testmodule.qdocconf
index c02fb6fcf..23a4b27f6 100644
--- a/tests/auto/qdoc/generatedoutput/testdata/bug80259/testmodule.qdocconf
+++ b/tests/auto/qdoc/generatedoutput/testdata/bug80259/testmodule.qdocconf
@@ -2,9 +2,9 @@ project = TestModule
moduleheader = TestModule.h
-headerdirs = inc
-sourcedirs = src
-includepaths += ./bug80259/inc/testmodule
+headerdirs = ./inc
+sourcedirs = ./src
+includepaths += ./inc/testmodule
sources.fileextensions = "*.cpp *.qdoc"
headers.fileextensions = "*.h"