summaryrefslogtreecommitdiff
path: root/src/effects
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-14 16:22:49 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-15 12:24:31 +0000
commit936be561e4b2d28b51a1c1a9dae4b7baf1f932e1 (patch)
tree2c162dca04f3ef48a439d63ad0c64c5b909051a5 /src/effects
parent46f75ef4912d2a677bee4b76af1de0b7f4a37f04 (diff)
downloadqtgraphicaleffects-936be561e4b2d28b51a1c1a9dae4b7baf1f932e1.tar.gz
Regenerate projects
Change-Id: I3499e0bfaefec73f16132a3da6dd2e5088dc7879 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
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:
#####################################################################