summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/CMakeLists.txt
blob: 528061d26474952b2d4ec4725283381f0b6d79b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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