summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/plugins/bearer/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/bearer/CMakeLists.txt b/src/plugins/bearer/CMakeLists.txt
index 88e4f4206e..c5218959d6 100644
--- a/src/plugins/bearer/CMakeLists.txt
+++ b/src/plugins/bearer/CMakeLists.txt
@@ -4,7 +4,7 @@ if(NOT ANDROID AND LINUX AND TARGET Qt::DBus) # special case
add_subdirectory(generic)
add_subdirectory(connman)
add_subdirectory(networkmanager)
-else if(ANDROID AND NOT ANDROID_EMBEDDED) # special case
+elseif(ANDROID AND NOT ANDROID_EMBEDDED) # special case
add_subdirectory(android)
else() # special case
add_subdirectory(generic)