kiran-session-manager/0001-fix-kiran-session-manager-fixes-link-Qt5DBus-error.patch
niko_yhc 9bbf3feae6 fix(kiran-session-manager):fixes link Qt5DBus error
- 修复链接Qt5DBus的错误

(cherry picked from commit d93dca9986b989cac3a95038743db7bcf012544d)
2023-09-07 18:00:33 +08:00

29 lines
791 B
Diff

From 474e5d9a32f1b8fa4509b668ba48129d1061effc Mon Sep 17 00:00:00 2001
From: niko_yhc <yinhongchang@kylinsec.com.cn>
Date: Thu, 7 Sep 2023 16:04:42 +0800
Subject: [PATCH] fix(kiran-session-manager):fixes link Qt5DBus error
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
修复链接Qt5DBus的错误
---
src/core/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 4c4479b..2452ecd 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -66,6 +66,7 @@ target_link_libraries(
${XTRANS_LIBRARIES}
${GSETTINGS_QT_LIBRARIES}
Qt5::Core
+ Qt5::DBus
KF5::ConfigCore
KF5::KIOCore
lib-base
--
2.27.0