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:
Doron Behar 2020-10-08 21:59:17 +03:00 committed by Nicolas Fella
parent c58c37ac52
commit 795bb0434a

View file

@ -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)
#----------------------