From 936be561e4b2d28b51a1c1a9dae4b7baf1f932e1 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 14 Nov 2019 16:22:49 +0100 Subject: Regenerate projects Change-Id: I3499e0bfaefec73f16132a3da6dd2e5088dc7879 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann --- src/effects/private/.prev_CMakeLists.txt | 3 +-- src/effects/private/CMakeLists.txt | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'src/effects') 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: ##################################################################### -- cgit v1.2.1