diff options
| author | ruki <[email protected]> | 2020-08-20 23:59:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-08-20 23:59:29 +0800 |
| commit | 198202ac7de4ce2af1c4b454eb7b0866dd9bc43d (patch) | |
| tree | 29b8e5d99bf9d4f0d9c1a7107dcb308b876b7220 | |
| parent | c3cc59775b94e5a8b26a99d3da6b91009cf8c5a5 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d513e472..8a86909f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * [#907](https://github.com/xmake-io/xmake/issues/907): Improve to the linker optimization for msvc * Improve to detect qt sdk environment * [#918](https://github.com/xmake-io/xmake/pull/918): Improve to support cuda11 toolchains +* Improve Qt support for ubuntu/apt ### Bugs fixed @@ -805,6 +806,7 @@ * [#907](https://github.com/xmake-io/xmake/issues/907): 改进msvc的链接器优化选项,生成更小的可执行程序 * 改进ubuntu下Qt环境的支持 * [#918](https://github.com/xmake-io/xmake/pull/918): 改进cuda11工具链的支持 +* 改进Qt支持,对通过 ubuntu/apt 安装的Qt sdk也进行了探测支持,并且检测效率也优化了下 ### Bugs修复 |
