summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-01-23 00:44:36 +0800
committerruki <[email protected]>2025-01-23 00:44:36 +0800
commitd60da40098164a7a46b21ccd3ad2cfc4fab2ffd9 (patch)
tree70e085fd7b2e957073d96f6d7e2d4cc34abc5184
parent590cb76d2a65e48bfb19598504eda1626a36e7ae (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7fba80c0..e5eb9e80f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@
### Changes
* [#6056](https://github.com/xmake-io/xmake/pull/6056): Build and release xmake/arm64 on windows.
+* [#6097](https://github.com/xmake-io/xmake/pull/6097): Add qt_host Option to Enable Cross-Platform Qt Builds Using Host SDK Tools
### Bugs fixed
@@ -1952,6 +1953,7 @@
### 改进
* [#6056](https://github.com/xmake-io/xmake/pull/6056): 添加 CI 去构建发布 windows arm64 版本。
+* [#6097](https://github.com/xmake-io/xmake/pull/6097): 添加 qt_host 支持交叉编译 Qt 项目
### Bugs 修复