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.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/imports/qmlwebsockets/qmlwebsockets.pro b/src/imports/qmlwebsockets/qmlwebsockets.pro
deleted file mode 100644
index c058918..0000000
--- a/src/imports/qmlwebsockets/qmlwebsockets.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-QT = websockets qml-private core-private
-
-TARGETPATH = QtWebSockets
-
-HEADERS += qmlwebsockets_plugin.h \
- qqmlwebsocket.h \
- qqmlwebsocketserver.h
-
-SOURCES += qmlwebsockets_plugin.cpp \
- qqmlwebsocket.cpp \
- qqmlwebsocketserver.cpp
-
-OTHER_FILES += qmldir
-
-IMPORT_VERSION = 1.$$QT_MINOR_VERSION
-
-load(qml_plugin)