Don't use KDBusAddons on Windows

It's only used for KDBusService, which likely doesn't work properly on Windows
This commit is contained in:
Nicolas Fella
2021-01-27 15:36:55 +01:00
parent 9603811a6d
commit e6f2b5ea7f
3 changed files with 14 additions and 10 deletions

View File

@@ -60,11 +60,10 @@ else()
TYPE REQUIRED
PURPOSE "Secure storage of account secrets"
)
find_package(KF5DBusAddons ${KF5_MIN_VERSION})
set_package_properties(KF5DBusAddons PROPERTIES
TYPE REQUIRED
PURPOSE "DBus convenience functions"
)
endif()
if (NOT ANDROID AND NOT WIN32)
find_package(KF5DBusAddons ${KF5_MIN_VERSION} REQUIRED)
endif()
find_package(Quotient 0.7)