diff options
| author | ruki <[email protected]> | 2019-04-12 22:45:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-04-12 10:34:01 +0800 |
| commit | 97ded6f7b728a09ac6659611908adf6ab62cd984 (patch) | |
| tree | c163ad92109f5c8b53d8989153b26dd2ba83a55d | |
| parent | 4572f4895e11712ba620097cb504195abc060df2 (diff) | |
improve find_qt
| -rw-r--r-- | xmake/modules/detect/sdks/find_qt.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/detect/sdks/find_qt.lua b/xmake/modules/detect/sdks/find_qt.lua index 5f3c6f9a1..409c85860 100644 --- a/xmake/modules/detect/sdks/find_qt.lua +++ b/xmake/modules/detect/sdks/find_qt.lua @@ -54,6 +54,7 @@ function _find_sdkdir(sdkdir, sdkver) end table.insert(subdirs, path.join(sdkver or "*", "*", "bin")) table.insert(subdirs, path.join("*", "bin")) + table.insert(subdirs, "bin") -- init the search directories local pathes = {} |
