summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2021-06-04 10:28:22 +0200
committerCraig Scott <craig.scott@qt.io>2021-06-07 18:34:41 +1000
commitc2f087800d247d41fe4fa4f737b5322ae22c9e9d (patch)
treef556887cbcdfe6e924693616cb087a3626eb71c8 /src
parent8218f1fc2008aec24b6058c715bc38d9f290dfbe (diff)
Port to new QML CMake API
Change-Id: I3806a435854cf49b3d802a2c40e992463815f242 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> Reviewed-by: Craig Scott <craig.scott@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/webenginequick/plugin/CMakeLists.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/webenginequick/plugin/CMakeLists.txt b/src/webenginequick/plugin/CMakeLists.txt
index 10a6c4d87..2a975bbfa 100644
--- a/src/webenginequick/plugin/CMakeLists.txt
+++ b/src/webenginequick/plugin/CMakeLists.txt
@@ -1,8 +1,12 @@
qt_internal_add_qml_module(qtwebengineplugin
URI "QtWebEngine"
VERSION "${PROJECT_VERSION}"
- CLASSNAME QtWebEnginePlugin
- SKIP_TYPE_REGISTRATION
+ CLASS_NAME QtWebEnginePlugin
+ PLUGIN_TARGET qtwebengineplugin
+ NO_PLUGIN_OPTIONAL
+ NO_GENERATE_PLUGIN_SOURCE
+ NO_GENERATE_QMLTYPES
+ INSTALL_SOURCE_QMLTYPES "plugins.qmltypes"
SOURCES
plugin.cpp
LIBRARIES