From 5b17aa28067a7edee3a29177ae38f0db6b56ae81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Patron?= Date: Sat, 25 May 2024 10:28:27 +0200 Subject: [PATCH] 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 . (cherry picked from commit 7d3c37d3e6c13884ff84f7671f0df9e434259143) --- plugins/runcommand/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/runcommand/CMakeLists.txt b/plugins/runcommand/CMakeLists.txt index ae4c90460..7fe9e46d2 100644 --- a/plugins/runcommand/CMakeLists.txt +++ b/plugins/runcommand/CMakeLists.txt @@ -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