Replaced tabs by spaces
authorKurt Pattyn <pattyn.kurt@gmail.com>
Sat, 5 Oct 2013 20:55:47 +0000 (22:55 +0200)
committerKurt Pattyn <pattyn.kurt@gmail.com>
Sat, 5 Oct 2013 20:57:12 +0000 (22:57 +0200)
Change-Id: If12cafe55ac10d312228840cdce08818485594bd
Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
src/websockets/doc/qwebsockets.qdocconfig

index c707458..33fde7d 100644 (file)
@@ -1,23 +1,23 @@
 include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
 
-project                                =       QWebSockets
-description                    =       QWebSockets Reference Documentation
+project     =  QWebSockets
+description =  QWebSockets Reference Documentation
 
-outputdir                      =       html
+outputdir   =  html
 
-headerdirs                     +=      ..
-headers                                +=      ../qwebsocket.h  \
-                                               ../qwebsocketserver.h
+headerdirs  += ..
+headers     += ../qwebsocket.h \
+               ../qwebsocketserver.h
 
-sourcedirs                     +=      ..
-sources                                +=      ../qwebsocket.cpp \
-                                               ../qwebsocketserver.cpp \
-                                               qwebsockets.qdoc
+sourcedirs  += ..
+sources     += ../qwebsocket.cpp \
+               ../qwebsocketserver.cpp \
+               qwebsockets.qdoc
 
-exampledirs                    +=      ../../examples/ \
-                                               ../../examples/echoclient \
-                                               ../../examples/echoserver
+exampledirs += ../../../examples/ \
+               ../../../examples/echoclient \
+               ../../../examples/echoserver
 
-#imagedirs                     +=      ./images
+#imagedirs  += ./images
 
-depends                                +=      qtdoc qtnetwork qtcore
+depends     += qtdoc qtnetwork qtcore
\ No newline at end of file