summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
diff options
context:
space:
mode:
Diffstat (limited to 'src/platformsupport')
-rw-r--r--src/platformsupport/.prev_CMakeLists.txt10
-rw-r--r--src/platformsupport/devicediscovery/.prev_CMakeLists.txt41
-rw-r--r--src/platformsupport/fbconvenience/.prev_CMakeLists.txt27
-rw-r--r--src/platformsupport/input/.prev_CMakeLists.txt98
-rw-r--r--src/platformsupport/kmsconvenience/.prev_CMakeLists.txt22
5 files changed, 0 insertions, 198 deletions
diff --git a/src/platformsupport/.prev_CMakeLists.txt b/src/platformsupport/.prev_CMakeLists.txt
deleted file mode 100644
index b9d99ed1c2..0000000000
--- a/src/platformsupport/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-# Generated from platformsupport.pro.
-
-add_subdirectory(devicediscovery)
-add_subdirectory(fbconvenience)
-if(QT_FEATURE_evdev OR QT_FEATURE_integrityhid OR QT_FEATURE_libinput OR QT_FEATURE_tslib OR QT_FEATURE_xkbcommon)
- add_subdirectory(input)
-endif()
-if(QT_FEATURE_kms)
- add_subdirectory(kmsconvenience)
-endif()
diff --git a/src/platformsupport/devicediscovery/.prev_CMakeLists.txt b/src/platformsupport/devicediscovery/.prev_CMakeLists.txt
deleted file mode 100644
index e113786e32..0000000000
--- a/src/platformsupport/devicediscovery/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,41 +0,0 @@
-# Generated from devicediscovery.pro.
-
-#####################################################################
-## DeviceDiscoverySupport Module:
-#####################################################################
-
-qt_internal_add_module(DeviceDiscoverySupport
- CONFIG_MODULE_NAME devicediscovery_support
- STATIC
- INTERNAL_MODULE
- SOURCES
- qdevicediscovery_p.h
- DEFINES
- QT_NO_CAST_FROM_ASCII
- PUBLIC_LIBRARIES
- Qt::CorePrivate
-)
-
-#### Keys ignored in scope 1:.:.:devicediscovery.pro:<TRUE>:
-# MODULE = "devicediscovery_support"
-# QT_FOR_CONFIG = "gui-private"
-
-## Scopes:
-#####################################################################
-
-qt_internal_extend_target(DeviceDiscoverySupport 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
- SOURCES
- qdevicediscovery_static.cpp qdevicediscovery_static_p.h
-)
-
-qt_internal_extend_target(DeviceDiscoverySupport CONDITION NOT QT_FEATURE_evdev AND NOT QT_FEATURE_libudev
- SOURCES
- qdevicediscovery_dummy.cpp qdevicediscovery_dummy_p.h
-)
diff --git a/src/platformsupport/fbconvenience/.prev_CMakeLists.txt b/src/platformsupport/fbconvenience/.prev_CMakeLists.txt
deleted file mode 100644
index c34b5b3375..0000000000
--- a/src/platformsupport/fbconvenience/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-# Generated from fbconvenience.pro.
-
-#####################################################################
-## FbSupport Module:
-#####################################################################
-
-qt_internal_add_module(FbSupport
- CONFIG_MODULE_NAME fb_support
- STATIC
- INTERNAL_MODULE
- SOURCES
- qfbbackingstore.cpp qfbbackingstore_p.h
- qfbcursor.cpp qfbcursor_p.h
- qfbscreen.cpp qfbscreen_p.h
- qfbvthandler.cpp qfbvthandler_p.h
- qfbwindow.cpp qfbwindow_p.h
- DEFINES
- QT_NO_CAST_FROM_ASCII
- PUBLIC_LIBRARIES
- Qt::CorePrivate
- Qt::GuiPrivate
- PRECOMPILED_HEADER
- "../../corelib/global/qt_pch.h"
-)
-
-#### Keys ignored in scope 1:.:.:fbconvenience.pro:<TRUE>:
-# MODULE = "fb_support"
diff --git a/src/platformsupport/input/.prev_CMakeLists.txt b/src/platformsupport/input/.prev_CMakeLists.txt
deleted file mode 100644
index 251f345e24..0000000000
--- a/src/platformsupport/input/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,98 +0,0 @@
-# Generated from input.pro.
-
-#####################################################################
-## InputSupport Module:
-#####################################################################
-
-qt_internal_add_module(InputSupport
- CONFIG_MODULE_NAME input_support
- STATIC
- INTERNAL_MODULE
- DEFINES
- QT_NO_CAST_FROM_ASCII
- PUBLIC_LIBRARIES
- Qt::CorePrivate
- Qt::DeviceDiscoverySupportPrivate
- Qt::GuiPrivate
- PRECOMPILED_HEADER
- "../../corelib/global/qt_pch.h"
-)
-
-#### Keys ignored in scope 2:.:.:input-support.pro:<TRUE>:
-# MODULE = "input_support"
-
-## Scopes:
-#####################################################################
-
-qt_internal_extend_target(InputSupport CONDITION QT_FEATURE_evdev
- SOURCES
- evdevkeyboard/qevdevkeyboard_defaultmap_p.h
- evdevkeyboard/qevdevkeyboardhandler.cpp evdevkeyboard/qevdevkeyboardhandler_p.h
- evdevkeyboard/qevdevkeyboardmanager.cpp evdevkeyboard/qevdevkeyboardmanager_p.h
- evdevmouse/qevdevmousehandler.cpp evdevmouse/qevdevmousehandler_p.h
- evdevmouse/qevdevmousemanager.cpp evdevmouse/qevdevmousemanager_p.h
- evdevtouch/qevdevtouchhandler.cpp evdevtouch/qevdevtouchhandler_p.h
- evdevtouch/qevdevtouchmanager.cpp evdevtouch/qevdevtouchmanager_p.h
- INCLUDE_DIRECTORIES
- evdevtouch/../shared
-)
-
-qt_internal_extend_target(InputSupport CONDITION QT_FEATURE_evdev AND QT_FEATURE_tabletevent
- SOURCES
- evdevtablet/qevdevtablethandler.cpp evdevtablet/qevdevtablethandler_p.h
- evdevtablet/qevdevtabletmanager.cpp evdevtablet/qevdevtabletmanager_p.h
-)
-
-qt_internal_extend_target(InputSupport CONDITION QT_FEATURE_evdev AND QT_FEATURE_libudev AND QT_FEATURE_tabletevent
- LIBRARIES
- PkgConfig::Libudev
-)
-
-qt_internal_extend_target(InputSupport CONDITION QT_FEATURE_evdev AND QT_FEATURE_libudev
- LIBRARIES
- PkgConfig::Libudev
-)
-
-qt_internal_extend_target(InputSupport CONDITION QT_FEATURE_evdev AND QT_FEATURE_mtdev
- LIBRARIES
- PkgConfig::Mtdev
-)
-
-qt_internal_extend_target(InputSupport CONDITION QT_FEATURE_tslib
- SOURCES
- tslib/qtslib.cpp tslib/qtslib_p.h
- PUBLIC_LIBRARIES
- PkgConfig::Tslib
-)
-
-qt_internal_extend_target(InputSupport CONDITION QT_FEATURE_libinput
- SOURCES
- libinput/qlibinputhandler.cpp libinput/qlibinputhandler_p.h
- libinput/qlibinputkeyboard.cpp libinput/qlibinputkeyboard_p.h
- libinput/qlibinputpointer.cpp libinput/qlibinputpointer_p.h
- libinput/qlibinputtouch.cpp libinput/qlibinputtouch_p.h
- INCLUDE_DIRECTORIES
- libinput/../shared
- LIBRARIES
- Libinput::Libinput
- PkgConfig::Libudev
-)
-
-qt_internal_extend_target(InputSupport CONDITION QT_FEATURE_libinput AND QT_FEATURE_xkbcommon
- LIBRARIES
- XKB::XKB
-)
-
-qt_internal_extend_target(InputSupport CONDITION QT_FEATURE_evdev OR QT_FEATURE_libinput
- SOURCES
- shared/devicehandlerlist_p.h
- shared/qevdevutil.cpp shared/qevdevutil_p.h
- shared/qoutputmapping.cpp shared/qoutputmapping_p.h
-)
-
-qt_internal_extend_target(InputSupport CONDITION QT_FEATURE_integrityhid
- SOURCES
- integrityhid/qintegrityhidmanager.cpp integrityhid/qintegrityhidmanager.h
- LIBRARIES
- integrityhid
-)
diff --git a/src/platformsupport/kmsconvenience/.prev_CMakeLists.txt b/src/platformsupport/kmsconvenience/.prev_CMakeLists.txt
deleted file mode 100644
index b915e81cc8..0000000000
--- a/src/platformsupport/kmsconvenience/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-# Generated from kmsconvenience.pro.
-
-#####################################################################
-## KmsSupport Module:
-#####################################################################
-
-qt_internal_add_module(KmsSupport
- CONFIG_MODULE_NAME kms_support
- STATIC
- INTERNAL_MODULE
- SOURCES
- qkmsdevice.cpp qkmsdevice_p.h
- DEFINES
- QT_NO_CAST_FROM_ASCII
- PUBLIC_LIBRARIES
- Libdrm::Libdrm
- Qt::CorePrivate
- Qt::GuiPrivate
-)
-
-#### Keys ignored in scope 1:.:.:kmsconvenience.pro:<TRUE>:
-# MODULE = "kms_support"