summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Edelev <semlanik@gmail.com>2021-06-22 10:35:18 +0200
committerAlexey Edelev <semlanik@gmail.com>2021-06-22 11:57:47 +0200
commit5ea9d1d5a3bae959ffb77544a18d0fd22db1d27a (patch)
tree584430fc85323e7bab4fed0a99da75500ba77484
parentc99b89012ae0098f7d75341c9d86b0bc4324839d (diff)
Add the 'Private' suffix to the internal module names
Rename internal modules to adjust their names to the internal module policy. Pick-to: 6.2 Fixes: QTBUG-94613 Change-Id: Icb0d7c63f405ea10cb31471f58bd3d82a76f8cb3 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-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 3eb46865e..eb85d0047 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