fix: harden KF6 KIO build surface

This commit is contained in:
2026-05-07 07:52:47 +01:00
parent 2e2d36f18a
commit d8d498f831
9 changed files with 132 additions and 61 deletions
@@ -104,7 +104,7 @@ set_package_properties(KF6DocTools PROPERTIES DESCRIPTION "Provides tools to gen
)
set(REQUIRED_QT_VERSION 6.6.0)
find_package(Qt6 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets Concurrent Xml)
find_package(Qt6 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets Concurrent Xml Network)
# shall we use DBus?
# enabled per default on Linux & BSD systems