Add dbus addons on Windows

BUG: 474678
This commit is contained in:
Carl Schwan
2023-10-05 11:10:32 +02:00
parent 2eb26ffbb3
commit 7309cf7249
2 changed files with 4 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ else()
)
endif()
if (NOT ANDROID AND NOT WIN32 AND NOT APPLE)
if (NOT ANDROID AND NOT APPLE)
find_package(KF6DBusAddons ${KF_MIN_VERSION} REQUIRED)
endif()