aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2014-02-21 10:50:13 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-24 12:28:57 +0100
commit2bf36986a10da33b9e9ae082c7f60c5affe3dfac (patch)
tree46b050079a9150b2d742207565c7502b6bff40c8
parent283b9911e4f98a76682214fb2dea51e0cabf1349 (diff)
Doc: Fixed missing line separators in qdocconf file.v5.3.0-alpha1
-needed to get the documentation to build. Task-number: QTBUG-33360 Change-Id: Ifed61ebb39843936ac3e350f26f6accffda78318 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
-rw-r--r--src/websockets/doc/qtwebsockets.qdocconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/websockets/doc/qtwebsockets.qdocconf b/src/websockets/doc/qtwebsockets.qdocconf
index 434c9f2..7822edc 100644
--- a/src/websockets/doc/qtwebsockets.qdocconf
+++ b/src/websockets/doc/qtwebsockets.qdocconf
@@ -40,11 +40,11 @@ tagfile = ../../../doc/qtwebsockets/
depends += qtcore qtnetwork qtdoc
-headerdirs += ..
+headerdirs += .. \
../../imports
sourcedirs += .. \
- src
+ src \
../../imports