summaryrefslogtreecommitdiff
path: root/src/imports/qmlwebsockets/qmlwebsockets.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/qmlwebsockets/qmlwebsockets.pro')
-rw-r--r--src/imports/qmlwebsockets/qmlwebsockets.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/imports/qmlwebsockets/qmlwebsockets.pro b/src/imports/qmlwebsockets/qmlwebsockets.pro
new file mode 100644
index 0000000..fc25714
--- /dev/null
+++ b/src/imports/qmlwebsockets/qmlwebsockets.pro
@@ -0,0 +1,11 @@
+QT += websockets qml
+
+TARGETPATH = Qt/Playground/WebSockets
+
+HEADERS += qmlwebsockets_plugin.h \
+ qqmlwebsocket.h
+
+SOURCES += qmlwebsockets_plugin.cpp \
+ qqmlwebsocket.cpp
+
+load(qml_plugin)