From bbe5c58079b642908168ed8a32b14a539380dd4e Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Tue, 7 May 2019 13:39:46 +0200 Subject: CMake: Fix src/plugins/bearer Sorry, last-minute-typo hit again:-/ Change-Id: I7130ba3306a96584e2bc33bc1aa27990a3508035 Reviewed-by: Albert Astals Cid --- src/plugins/bearer/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins') 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) -- cgit v1.2.3