summaryrefslogtreecommitdiff
path: root/src/imports/webchannel/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-03-21 18:49:25 +0100
committerKai Köhne <kai.koehne@qt.io>2022-03-22 15:32:11 +0100
commit452840eb3566c14200986af32745ab587c6471c6 (patch)
tree5b0516a5de6275b9e6462b0232e3f18475318196 /src/imports/webchannel/.prev_CMakeLists.txt
parentf362bc317f1281e393238a048cf2b20d7103be29 (diff)
downloadqtwebchannel-452840eb3566c14200986af32745ab587c6471c6.tar.gz
Remove .prev_CMakeLists.txt
Pick-to: 6.3 Change-Id: I78d6a6b2d245743f1cce18955ed3fc05a054f9fa Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/imports/webchannel/.prev_CMakeLists.txt')
-rw-r--r--src/imports/webchannel/.prev_CMakeLists.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/imports/webchannel/.prev_CMakeLists.txt b/src/imports/webchannel/.prev_CMakeLists.txt
deleted file mode 100644
index d7d2440..0000000
--- a/src/imports/webchannel/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-# Generated from webchannel.pro.
-
-#####################################################################
-## webchannel Plugin:
-#####################################################################
-
-qt_internal_add_qml_module(webchannel
- URI "QtWebChannel"
- VERSION "1.${CMAKE_PROJECT_VERSION_MINOR}"
- CLASSNAME QWebChannelPlugin
- SKIP_TYPE_REGISTRATION
- SOURCES
- plugin.cpp
- INCLUDE_DIRECTORIES
- ../../webchannel
- PUBLIC_LIBRARIES
- Qt::Core
- Qt::Quick
- Qt::WebChannelPrivate
-)
-
-#### Keys ignored in scope 1:.:.:webchannel.pro:<TRUE>:
-# IMPORT_VERSION = "1.$$QT_MINOR_VERSION"
-# TARGETPATH = "QtWebChannel"