summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-03-21 18:50:14 +0100
committerKai Köhne <kai.koehne@qt.io>2022-03-22 15:32:32 +0100
commit7bd0a9f0c6c2d7791a89e304442970b08d8a295a (patch)
treec6d62e7cea3a7557fd7fc8c6c4c16796fd23adc6 /src
parent829aa07f84af60cd76d382324f5ec1a0af071809 (diff)
downloadqtwebsockets-7bd0a9f0c6c2d7791a89e304442970b08d8a295a.tar.gz
Remove .prev_CMakeLists.txt
Pick-to: 6.3 Change-Id: Icaf0fac81f51432c706a948d0986aae68e44fffb Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/imports/qmlwebsockets/.prev_CMakeLists.txt25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/imports/qmlwebsockets/.prev_CMakeLists.txt b/src/imports/qmlwebsockets/.prev_CMakeLists.txt
deleted file mode 100644
index 94fd4af..0000000
--- a/src/imports/qmlwebsockets/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-# Generated from qmlwebsockets.pro.
-
-#####################################################################
-## qmlwebsockets Plugin:
-#####################################################################
-
-qt_internal_add_qml_module(qmlwebsockets
- URI "QtWebSockets"
- VERSION "1.${CMAKE_PROJECT_VERSION_MINOR}"
- CLASSNAME QtWebSocketsDeclarativeModule
- SKIP_TYPE_REGISTRATION
- SOURCES
- qmlwebsockets_plugin.cpp qmlwebsockets_plugin.h
- qqmlwebsocket.cpp qqmlwebsocket.h
- qqmlwebsocketserver.cpp qqmlwebsocketserver.h
- PUBLIC_LIBRARIES
- Qt::CorePrivate
- Qt::QmlPrivate
- Qt::WebSockets
-)
-
-#### Keys ignored in scope 1:.:.:qmlwebsockets.pro:<TRUE>:
-# IMPORT_VERSION = "1.$$QT_MINOR_VERSION"
-# OTHER_FILES = "qmldir"
-# TARGETPATH = "QtWebSockets"