summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-12-22 17:54:18 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-22 19:02:49 +0100
commit99d8bee737466c99c6fab84a5584423c6e10291d (patch)
tree27113a8922c641ca07728437499be4e0b2f8c08d
parentc481daa1899ebffe6d7d3805fd503aa8d29ad715 (diff)
downloadqtwebsockets-99d8bee737466c99c6fab84a5584423c6e10291d.tar.gz
Fix the documentation by using the qdocconf term around
Change-Id: I8a999c27b71e23d5090d45c900ad3c3492e43668 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
-rw-r--r--src/websockets/doc/qtwebsockets.qdocconf (renamed from src/websockets/doc/qtwebsockets.qdocconfig)0
-rw-r--r--src/websockets/websockets.pro4
2 files changed, 2 insertions, 2 deletions
diff --git a/src/websockets/doc/qtwebsockets.qdocconfig b/src/websockets/doc/qtwebsockets.qdocconf
index 83e995f..83e995f 100644
--- a/src/websockets/doc/qtwebsockets.qdocconfig
+++ b/src/websockets/doc/qtwebsockets.qdocconf
diff --git a/src/websockets/websockets.pro b/src/websockets/websockets.pro
index 4863180..3964b73 100644
--- a/src/websockets/websockets.pro
+++ b/src/websockets/websockets.pro
@@ -7,10 +7,10 @@ TEMPLATE = lib
DEFINES += QTWEBSOCKETS_LIBRARY
-QMAKE_DOCS = $$PWD/doc/qtwebsockets.qdocconfig
+QMAKE_DOCS = $$PWD/doc/qtwebsockets.qdocconf
OTHER_FILES += doc/src/*.qdoc # show .qdoc files in Qt Creator
OTHER_FILES += doc/snippets/*.cpp
-OTHER_FILES += doc/qtwebsockets.qdocconfig
+OTHER_FILES += doc/qtwebsockets.qdocconf
PUBLIC_HEADERS += \
$$PWD/qwebsockets_global.h \