代码拉取完成,页面将自动刷新
From ccb979e48e8336bff244f2c92be75cef6d793792 Mon Sep 17 00:00:00 2001
From: yangfeng <yangfeng@kylinsec.com.cn>
Date: Wed, 17 Apr 2024 20:42:44 +0800
Subject: [PATCH 15/16] fix(*):fix theme support custom library name
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 修复主题支持自定义库名
Fixed #35086
---
cmake/modules/FindQt5ThemeSupport.cmake | 1 +
1 file changed, 1 insertion(+)
diff --git a/cmake/modules/FindQt5ThemeSupport.cmake b/cmake/modules/FindQt5ThemeSupport.cmake
index d5c1753..2c47cd2 100644
--- a/cmake/modules/FindQt5ThemeSupport.cmake
+++ b/cmake/modules/FindQt5ThemeSupport.cmake
@@ -16,6 +16,7 @@ find_path(Qt5ThemeSupport_INCLUDE_DIR
# 拼出Qt5ThemeSupport静态库位置
find_library(Qt5ThemeSupport_LIBRARY
NAMES
+ Qt5ThemeSupportKS
Qt5ThemeSupport
HINTS
${PKG_Qt5ThemeSupport_LIBRARY_DIRS}
--
2.27.0
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。