diff options
| -rw-r--r-- | minimal.qdocconf | 6 |
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 |
