Doc: Fixed missing line separators in qdocconf file. v5.3.0-alpha1
authorJerome Pasion <jerome.pasion@digia.com>
Fri, 21 Feb 2014 09:50:13 +0000 (10:50 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 24 Feb 2014 11:28:57 +0000 (12:28 +0100)
-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>
src/websockets/doc/qtwebsockets.qdocconf

index 434c9f2..7822edc 100644 (file)
@@ -40,11 +40,11 @@ tagfile                                             = ../../../doc/qtwebsockets/
 
 depends                                             += qtcore qtnetwork qtdoc
 
-headerdirs                                          += ..
+headerdirs                                          += .. \
                                                        ../../imports
 
 sourcedirs                                          += .. \
-                                                       src
+                                                       src \
                                                        ../../imports