summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/deviceintegration
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-04-29 16:30:46 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2021-05-31 20:50:07 +0200
commit75fffe006733d3d6c1621251be3c458d838128b4 (patch)
tree0110d09c933948c4b8fc53d3c1d6576f75f22d1b /src/plugins/platforms/eglfs/deviceintegration
parent4333bfd9d8395705bae900ba0b5ab6b44bacb9a4 (diff)
Add the 'Private' suffix to the internal module names
Rename internal modules to adjust their names to the internal module policy. Also modify mappings of the qmake file converters. Change-Id: I69aee1e8136c2379608d9d22d718f8c8a5f73124 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/plugins/platforms/eglfs/deviceintegration')
-rw-r--r--src/plugins/platforms/eglfs/deviceintegration/eglfs_kms/CMakeLists.txt4
-rw-r--r--src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/CMakeLists.txt6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms/CMakeLists.txt b/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms/CMakeLists.txt
index 19169981d1..99bad1b485 100644
--- a/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms/CMakeLists.txt
+++ b/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms/CMakeLists.txt
@@ -1,10 +1,10 @@
# Generated from eglfs_kms.pro.
#####################################################################
-## EglFsKmsGbmSupport Module:
+## EglFsKmsGbmSupportPrivate Module:
#####################################################################
-qt_internal_add_module(EglFsKmsGbmSupport
+qt_internal_add_module(EglFsKmsGbmSupportPrivate
CONFIG_MODULE_NAME eglfs_kms_gbm_support
INTERNAL_MODULE
SOURCES
diff --git a/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/CMakeLists.txt b/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/CMakeLists.txt
index 08c313df2c..a20aa173db 100644
--- a/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/CMakeLists.txt
+++ b/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/CMakeLists.txt
@@ -1,10 +1,10 @@
# Generated from eglfs_kms_support.pro.
#####################################################################
-## EglFsKmsSupport Module:
+## EglFsKmsSupportPrivate Module:
#####################################################################
-qt_internal_add_module(EglFsKmsSupport
+qt_internal_add_module(EglFsKmsSupportPrivate
CONFIG_MODULE_NAME eglfs_kms_support
INTERNAL_MODULE
SOURCES
@@ -26,7 +26,7 @@ qt_internal_add_module(EglFsKmsSupport
)
# begin special case
-qt_internal_extend_target(EglFsKmsSupport
+qt_internal_extend_target(EglFsKmsSupportPrivate
CONDITION QNX
COMPILE_OPTIONS -fpermissive
)