summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/bearer/CMakeLists.txt')
-rw-r--r--src/plugins/bearer/CMakeLists.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/plugins/bearer/CMakeLists.txt b/src/plugins/bearer/CMakeLists.txt
deleted file mode 100644
index 528061d264..0000000000
--- a/src/plugins/bearer/CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-# Generated from bearer.pro.
-
-# special case begin
-# The whole block is manual.
-if(NOT ANDROID AND LINUX AND TARGET Qt::DBus)
- add_subdirectory(generic)
- add_subdirectory(connman)
- add_subdirectory(networkmanager)
-elseif(ANDROID AND NOT ANDROID_EMBEDDED)
- add_subdirectory(android)
-else()
- add_subdirectory(generic)
-endif()
-# special case end