summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/devicediscovery/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/platformsupport/devicediscovery/.prev_CMakeLists.txt')
-rw-r--r--src/platformsupport/devicediscovery/.prev_CMakeLists.txt40
1 files changed, 0 insertions, 40 deletions
diff --git a/src/platformsupport/devicediscovery/.prev_CMakeLists.txt b/src/platformsupport/devicediscovery/.prev_CMakeLists.txt
deleted file mode 100644
index 8ecabb4a1b..0000000000
--- a/src/platformsupport/devicediscovery/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,40 +0,0 @@
-# Generated from devicediscovery.pro.
-
-#####################################################################
-## DeviceDiscoverySupport Module:
-#####################################################################
-
-qt_add_module(DeviceDiscoverySupport
- 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_extend_target(DeviceDiscoverySupport CONDITION QT_FEATURE_libudev
- SOURCES
- qdevicediscovery_udev.cpp qdevicediscovery_udev_p.h
- LIBRARIES
- PkgConfig::Libudev
-)
-
-qt_extend_target(DeviceDiscoverySupport CONDITION QT_FEATURE_evdev AND NOT QT_FEATURE_libudev
- SOURCES
- qdevicediscovery_static.cpp qdevicediscovery_static_p.h
-)
-
-qt_extend_target(DeviceDiscoverySupport CONDITION NOT QT_FEATURE_evdev AND NOT QT_FEATURE_libudev
- SOURCES
- qdevicediscovery_dummy.cpp qdevicediscovery_dummy_p.h
-)