summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2018-08-15 00:53:07 +0800
committerruki <[email protected]>2018-08-14 23:18:46 +0800
commitd3dbe5cf8359483e46d5a938fa6d0b7921747b12 (patch)
tree02225677f2b33eb8ab29f5f5fbc57c0b3f7f1ef1
parented14c315818bc197f762f82b522a206162952abf (diff)
modify changelogs
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39d94235a..3b6ba5a2a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@
* Add debug and release rules to the auto-generated xmake.lua
* [#178](https://github.com/tboox/xmake/issues/178): Modify the shared library name for mingw.
* Support case-insensitive path pattern-matching for `add_files()` on windows
+* Improve to detect Qt sdk directory for `detect.sdks.find_qt`
### Bug fixed
@@ -484,6 +485,7 @@
* 在自动扫描生成的xmake.lua中增加默认debug/release规则
* [#178](https://github.com/tboox/xmake/issues/178): 修改mingw平台下的目标名
* 对于`add_files()`在windows上支持大小写不敏感路径模式匹配
+* 改进`detect.sdks.find_qt`对于Qt根目录的探测
### Bugs修复