summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-05-20 14:37:58 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2015-05-22 07:13:36 +0000
commitbd1f5e1651c7cdaa712feebe2573dd158c87bb07 (patch)
tree63f3d142ee8c8818ea9e258749fedf498e05d265 /src
parentfaab6ff98dafa564f2c58bd95689ffba6d3a4e32 (diff)
downloadqtwebsockets-bd1f5e1651c7cdaa712feebe2573dd158c87bb07.tar.gz
Fix qmldir for qmlwebsockets_compat
It is not supported to have both "import Qt.WebSockets 1.0" and "import QtWebSockets 1.0" in the same project. Task-number: QTBUG-46205 Change-Id: I71b824b091f4491b8ab5e1eae8290a51159b03e2 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/imports/qmlwebsockets_compat/qmldir2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/qmlwebsockets_compat/qmldir b/src/imports/qmlwebsockets_compat/qmldir
index 8541103..eca44f0 100644
--- a/src/imports/qmlwebsockets_compat/qmldir
+++ b/src/imports/qmlwebsockets_compat/qmldir
@@ -1,4 +1,4 @@
module Qt.WebSockets
-plugin ../../QtWebSockets/declarative_qmlwebsockets
+plugin declarative_qmlwebsockets ../../QtWebSockets/
classname QtWebSocketsDeclarativeModule
typeinfo ../../QtWebSockets/plugins.qmltypes