diff --git a/CMakeLists.txt b/CMakeLists.txt index 14e3a8567..32dc8598a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,6 +60,11 @@ if(ANDROID) TYPE REQUIRED PURPOSE "Encrypted communications" ) +else() + find_package(KF5QQC2DesktopStyle ${KF5_MIN_VERSION} REQUIRED) + set_package_properties(KF5QQC2DesktopStyle PROPERTIES + TYPE RUNTIME + ) endif() if (NOT ANDROID AND NOT WIN32 AND NOT APPLE)