CMake: Fix src/plugins/bearer
Sorry, last-minute-typo hit again:-/ Change-Id: I7130ba3306a96584e2bc33bc1aa27990a3508035 Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
This commit is contained in:
parent
97600f5562
commit
bbe5c58079
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user