1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-06-30 23:46:46 +00:00

Explicitly link against Qt::DBus

That's used here and on Windows is no longer implicitly provided by KF.
This commit is contained in:
Volker Krause 2024-05-25 09:54:04 +02:00
parent f40a9df36b
commit 047769a5fa

View File

@ -197,6 +197,7 @@ target_link_libraries(
dolphinprivate PUBLIC
dolphinvcs
Qt6::Concurrent
Qt6::DBus
Qt6::Gui
KF6::I18n
KF6::IconThemes