Fix missing kcm dependency for runcommand module
Without it, the build may fail with: fatal error: kcmutils_version.h: No such file or directory 35 | #include <kcmutils_version.h> | ^~~~~~~~~~~~~~~~~~~~
This commit is contained in:
parent
f1ce22124c
commit
6101ef3ad0
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ kdeconnect_add_plugin(kdeconnect_runcommand JSON kdeconnect_runcommand.json SOUR
|
|||
target_link_libraries(kdeconnect_runcommand
|
||||
kdeconnectcore
|
||||
Qt5::DBus
|
||||
KF5::KCMUtils
|
||||
KF5::I18n)
|
||||
|
||||
#----------------------
|
||||
|
|
Loading…
Reference in a new issue