From 75fffe006733d3d6c1621251be3c458d838128b4 Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Thu, 29 Apr 2021 16:30:46 +0200 Subject: 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 --- src/platformsupport/devicediscovery/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/platformsupport/devicediscovery') diff --git a/src/platformsupport/devicediscovery/CMakeLists.txt b/src/platformsupport/devicediscovery/CMakeLists.txt index e113786e32..e9b87d81b7 100644 --- a/src/platformsupport/devicediscovery/CMakeLists.txt +++ b/src/platformsupport/devicediscovery/CMakeLists.txt @@ -1,10 +1,10 @@ # Generated from devicediscovery.pro. ##################################################################### -## DeviceDiscoverySupport Module: +## DeviceDiscoverySupportPrivate Module: ##################################################################### -qt_internal_add_module(DeviceDiscoverySupport +qt_internal_add_module(DeviceDiscoverySupportPrivate CONFIG_MODULE_NAME devicediscovery_support STATIC INTERNAL_MODULE @@ -23,19 +23,19 @@ qt_internal_add_module(DeviceDiscoverySupport ## Scopes: ##################################################################### -qt_internal_extend_target(DeviceDiscoverySupport CONDITION QT_FEATURE_libudev +qt_internal_extend_target(DeviceDiscoverySupportPrivate CONDITION QT_FEATURE_libudev SOURCES qdevicediscovery_udev.cpp qdevicediscovery_udev_p.h LIBRARIES PkgConfig::Libudev ) -qt_internal_extend_target(DeviceDiscoverySupport CONDITION QT_FEATURE_evdev AND NOT QT_FEATURE_libudev +qt_internal_extend_target(DeviceDiscoverySupportPrivate CONDITION QT_FEATURE_evdev AND NOT QT_FEATURE_libudev SOURCES qdevicediscovery_static.cpp qdevicediscovery_static_p.h ) -qt_internal_extend_target(DeviceDiscoverySupport CONDITION NOT QT_FEATURE_evdev AND NOT QT_FEATURE_libudev +qt_internal_extend_target(DeviceDiscoverySupportPrivate CONDITION NOT QT_FEATURE_evdev AND NOT QT_FEATURE_libudev SOURCES qdevicediscovery_dummy.cpp qdevicediscovery_dummy_p.h ) -- cgit v1.2.3