summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/effects/CMakeLists.txt6
-rw-r--r--src/effects/private/CMakeLists.txt2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/effects/CMakeLists.txt b/src/effects/CMakeLists.txt
index d81355a..cf66a9c 100644
--- a/src/effects/CMakeLists.txt
+++ b/src/effects/CMakeLists.txt
@@ -4,7 +4,7 @@
## qtgraphicaleffectsplugin Plugin:
#####################################################################
-add_qml_module(qtgraphicaleffectsplugin
+qt_internal_add_qml_module(qtgraphicaleffectsplugin
URI "QtGraphicalEffects"
VERSION "1.${CMAKE_PROJECT_VERSION_MINOR}"
DESIGNER_SUPPORTED
@@ -47,7 +47,7 @@ set(qtgraphicaleffectsshaders_resource_files
"shaders_ng/thresholdmask.frag.qsb"
)
-add_qt_resource(qtgraphicaleffectsplugin "qtgraphicaleffectsshaders"
+qt_internal_add_resource(qtgraphicaleffectsplugin "qtgraphicaleffectsshaders"
PREFIX
"/qt-project.org/imports/QtGraphicalEffects"
FILES
@@ -136,7 +136,7 @@ qt6_target_qml_files(qtgraphicaleffectsplugin
FILES
${qml_files}
)
-add_qt_docs(qtgraphicaleffectsplugin
+qt_internal_add_docs(qtgraphicaleffectsplugin
doc/qtgraphicaleffects.qdocconf
)
diff --git a/src/effects/private/CMakeLists.txt b/src/effects/private/CMakeLists.txt
index a75eda4..b8e0e5b 100644
--- a/src/effects/private/CMakeLists.txt
+++ b/src/effects/private/CMakeLists.txt
@@ -4,7 +4,7 @@
## qtgraphicaleffectsprivate Plugin:
#####################################################################
-qt_add_qml_module(qtgraphicaleffectsprivate
+qt_internal_add_qml_module(qtgraphicaleffectsprivate
URI "QtGraphicalEffects.private"
VERSION "${CMAKE_PROJECT_VERSION}"
CLASSNAME QtGraphicalEffectsPrivatePlugin