Add Qt::DBus dependency to kdeconnect_runcommand_config
It seems like we now have to explicitly do that for Windows, as
otherwise, build fails when including <dbushelper.h>.
(cherry picked from commit 7d3c37d3e6
)
This commit is contained in:
parent
9b1076db85
commit
5b17aa2806
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ kdeconnect_add_kcm(kdeconnect_runcommand_config SOURCES runcommand_config.cpp)
|
|||
target_link_libraries(kdeconnect_runcommand_config
|
||||
kdeconnectcore
|
||||
kdeconnectpluginkcm
|
||||
Qt::DBus
|
||||
KF6::I18n
|
||||
KF6::CoreAddons
|
||||
KF6::ConfigWidgets
|
||||
|
|
Loading…
Reference in a new issue