4 Star 0 Fork 4

src-openEuler/kiran-qt5-integration

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0015-fix-fix-theme-support-custom-library-name.patch 936 Bytes
一键复制 编辑 原始数据 按行查看 历史
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/kiran-qt5-integration.git
git@gitee.com:src-openeuler/kiran-qt5-integration.git
src-openeuler
kiran-qt5-integration
kiran-qt5-integration
master

搜索帮助