summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Edelev <semlanik@gmail.com>2021-06-22 10:35:18 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-22 10:28:02 +0000
commit77b21248cfc02b405e9a0e98b053385428bdaad6 (patch)
tree0dba007b837704ead3e9d0168d295963c4cdbaf1
parent64d573fc15b444c03dbdea838c9b38878eaf9524 (diff)
Add the 'Private' suffix to the internal module names
Rename internal modules to adjust their names to the internal module policy. Fixes: QTBUG-94613 Change-Id: Icb0d7c63f405ea10cb31471f58bd3d82a76f8cb3 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 5ea9d1d5a3bae959ffb77544a18d0fd22db1d27a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/multimediaquick/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/multimediaquick/CMakeLists.txt b/src/multimediaquick/CMakeLists.txt
index 367911945..1ce325596 100644
--- a/src/multimediaquick/CMakeLists.txt
+++ b/src/multimediaquick/CMakeLists.txt
@@ -1,5 +1,5 @@
#####################################################################
-## MultimediaQuick Module:
+## MultimediaQuickPrivate Module:
#####################################################################
set(qml_files
@@ -9,7 +9,7 @@ set_source_files_properties(Video.qml PROPERTIES
QT_QML_SOURCE_VERSION "5.0"
)
-qt_internal_add_qml_module(MultimediaQuick
+qt_internal_add_qml_module(MultimediaQuickPrivate
URI "QtMultimedia"
VERSION "${PROJECT_VERSION}"
PAST_MAJOR_VERSIONS 5