summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/generic/.prev_CMakeLists.txt')
-rw-r--r--src/plugins/generic/.prev_CMakeLists.txt23
1 files changed, 0 insertions, 23 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()