From 047769a5faa7de07c638ab8cc0b567a0762cc3f7 Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Sat, 25 May 2024 09:54:04 +0200 Subject: [PATCH] Explicitly link against Qt::DBus That's used here and on Windows is no longer implicitly provided by KF. --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0aa369bdb6..a94da9d5a5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -197,6 +197,7 @@ target_link_libraries( dolphinprivate PUBLIC dolphinvcs Qt6::Concurrent + Qt6::DBus Qt6::Gui KF6::I18n KF6::IconThemes