diff options
| author | Volker Krause <[email protected]> | 2024-05-25 09:54:04 +0200 |
|---|---|---|
| committer | Volker Krause <[email protected]> | 2024-05-25 09:58:24 +0200 |
| commit | 047769a5faa7de07c638ab8cc0b567a0762cc3f7 (patch) | |
| tree | 31f7c84fc9b0995e01e9b0bade4e38f8a5e08b0b /src | |
| parent | f40a9df36b3194bb729459e50b487f7fa2176231 (diff) | |
Explicitly link against Qt::DBus
That's used here and on Windows is no longer implicitly provided by KF.
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0aa369bdb..a94da9d5a 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 |
