summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-01-08 17:04:04 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-01-12 20:59:13 +0100
commit04f11f9935453a3db6bc5e5064a187fa25e85d90 (patch)
tree7a4b6724e247811195e5c98f98e978483abe29ee /src/plugins/generic
parentbb00b63dee85bfe77bd721dd962c768e62c1b1e3 (diff)
Remove .prev_CMakeLists.txt files
Those serve no purpose anymore, now that the .pro files are gone. Task-number: QTBUG-88742 Change-Id: I39943327b8c9871785b58e9973e4e7602371793e Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/plugins/generic')
-rw-r--r--src/plugins/generic/.prev_CMakeLists.txt23
-rw-r--r--src/plugins/generic/tslib/.prev_CMakeLists.txt24
2 files changed, 0 insertions, 47 deletions
diff --git a/src/plugins/generic/.prev_CMakeLists.txt b/src/plugins/generic/.prev_CMakeLists.txt
deleted file mode 100644
index b3851ffbd1..0000000000
--- a/src/plugins/generic/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-# Generated from generic.pro.
-
-if(QT_FEATURE_evdev)
- add_subdirectory(evdevmouse)
- add_subdirectory(evdevtouch)
- add_subdirectory(evdevkeyboard)
-endif()
-if(QT_FEATURE_evdev AND QT_FEATURE_tabletevent)
- add_subdirectory(evdevtablet)
-endif()
-if(QT_FEATURE_tslib)
- add_subdirectory(tslib)
-endif()
-if(QT_FEATURE_tuiotouch)
- add_subdirectory(tuiotouch)
-endif()
-if(QT_FEATURE_libinput)
- add_subdirectory(libinput)
-endif()
-if(FREEBSD)
- add_subdirectory(bsdkeyboard)
- add_subdirectory(bsdmouse)
-endif()
diff --git a/src/plugins/generic/tslib/.prev_CMakeLists.txt b/src/plugins/generic/tslib/.prev_CMakeLists.txt
deleted file mode 100644
index 6804ac848c..0000000000
--- a/src/plugins/generic/tslib/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-# Generated from tslib.pro.
-
-#####################################################################
-## QTsLibPlugin Plugin:
-#####################################################################
-
-qt_internal_add_plugin(QTsLibPlugin
- OUTPUT_NAME qtslibplugin
- TYPE generic
- DEFAULT_IF FALSE
- SOURCES
- main.cpp
- PUBLIC_LIBRARIES
- PkgConfig::Tslib
- Qt::Core
- Qt::CorePrivate
- Qt::Gui
- Qt::GuiPrivate
- Qt::InputSupportPrivate
-)
-
-#### Keys ignored in scope 1:.:.:tslib.pro:<TRUE>:
-# OTHER_FILES = "tslib.json"
-# PLUGIN_EXTENDS = "-"