diff --git a/mobile/CMakeLists.txt b/mobile/CMakeLists.txt index aaf4b058..c1ef7215 100644 --- a/mobile/CMakeLists.txt +++ b/mobile/CMakeLists.txt @@ -1,5 +1,6 @@ -if (KF5ModemManagerQt_FOUND) - add_subdirectory(broadband) +if (WITH_MODEMMANAGER_SUPPORT) + add_subdirectory(broadband) endif() + add_subdirectory(wifi)