From: Jerome Pasion Date: Fri, 21 Feb 2014 09:50:13 +0000 (+0100) Subject: Doc: Fixed missing line separators in qdocconf file. X-Git-Tag: v5.3.0-alpha1^0 X-Git-Url: http://review.tizen.org/git/?p=contrib%2Fqtwebsockets.git;a=commitdiff_plain;h=2bf36986a10da33b9e9ae082c7f60c5affe3dfac Doc: Fixed missing line separators in qdocconf file. -needed to get the documentation to build. Task-number: QTBUG-33360 Change-Id: Ifed61ebb39843936ac3e350f26f6accffda78318 Reviewed-by: Martin Smith Reviewed-by: Kurt Pattyn --- 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