summaryrefslogtreecommitdiff
path: root/src/effects
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects')
-rw-r--r--src/effects/private/.prev_CMakeLists.txt3
-rw-r--r--src/effects/private/CMakeLists.txt3
2 files changed, 2 insertions, 4 deletions
diff --git a/src/effects/private/.prev_CMakeLists.txt b/src/effects/private/.prev_CMakeLists.txt
index 9c7f22a..4037888 100644
--- a/src/effects/private/.prev_CMakeLists.txt
+++ b/src/effects/private/.prev_CMakeLists.txt
@@ -4,7 +4,7 @@
## qtgraphicaleffectsprivate Plugin:
#####################################################################
-add_qml_module(qtgraphicaleffectsprivate
+qt_add_qml_module(qtgraphicaleffectsprivate
URI "QtGraphicalEffects.private"
CLASSNAME QtGraphicalEffectsPrivatePlugin
SOURCES
@@ -27,7 +27,6 @@ add_qml_module(qtgraphicaleffectsprivate
# CXX_MODULE = "qml"
# QML_FILES = "DropShadowBase.qml" "FastGlow.qml" "FastInnerShadow.qml" "FastMaskedBlur.qml" "GaussianDirectionalBlur.qml" "GaussianGlow.qml" "GaussianInnerShadow.qml" "GaussianMaskedBlur.qml"
# TARGETPATH = "QtGraphicalEffects/private"
-# _LOADED = "qml_plugin"
## Scopes:
#####################################################################
diff --git a/src/effects/private/CMakeLists.txt b/src/effects/private/CMakeLists.txt
index 8ffcd11..815c308 100644
--- a/src/effects/private/CMakeLists.txt
+++ b/src/effects/private/CMakeLists.txt
@@ -4,7 +4,7 @@
## qtgraphicaleffectsprivate Plugin:
#####################################################################
-add_qml_module(qtgraphicaleffectsprivate
+qt_add_qml_module(qtgraphicaleffectsprivate
URI "QtGraphicalEffects.private"
CLASSNAME QtGraphicalEffectsPrivatePlugin
VERSION "1.${CMAKE_PROJECT_VERSION_MINOR}" # special case
@@ -28,7 +28,6 @@ add_qml_module(qtgraphicaleffectsprivate
# CXX_MODULE = "qml"
# QML_FILES = "DropShadowBase.qml" "FastGlow.qml" "FastInnerShadow.qml" "FastMaskedBlur.qml" "GaussianDirectionalBlur.qml" "GaussianGlow.qml" "GaussianInnerShadow.qml" "GaussianMaskedBlur.qml"
# TARGETPATH = "QtGraphicalEffects/private"
-# _LOADED = "qml_plugin"
## Scopes:
#####################################################################