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>
| ^~~~~~~~~~~~~~~~~~~~
(cherry picked from commit 6101ef3ad0
)
This commit is contained in:
parent
c58c37ac52
commit
795bb0434a
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