From 6824569bb66e7b63cc402680b60c793e6477e4e8 Mon Sep 17 00:00:00 2001 From: Seshan Ravikumar Date: Tue, 28 Mar 2023 02:41:50 -0400 Subject: [PATCH] kcm/info link against qt::gui fixed QClipboard not find --- CMakeLists.txt | 1 + kcms/info/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 45e29b55..5109687b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,6 +49,7 @@ find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} CONFIG REQUIRED Core Qml Quick + Gui ) find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS diff --git a/kcms/info/CMakeLists.txt b/kcms/info/CMakeLists.txt index fb8bb111..dcdd64c8 100644 --- a/kcms/info/CMakeLists.txt +++ b/kcms/info/CMakeLists.txt @@ -12,6 +12,7 @@ kcoreaddons_add_plugin(kcm_mobile_info SOURCES ${info_SRCS} INSTALL_NAMESPACE "p target_link_libraries(kcm_mobile_info Qt::Core + Qt::Gui KF6::CoreAddons KF6::I18n KF6::KCMUtilsQuick