summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-04-12 22:45:40 +0800
committerruki <[email protected]>2019-04-12 10:34:01 +0800
commit97ded6f7b728a09ac6659611908adf6ab62cd984 (patch)
treec163ad92109f5c8b53d8989153b26dd2ba83a55d
parent4572f4895e11712ba620097cb504195abc060df2 (diff)
improve find_qt
-rw-r--r--xmake/modules/detect/sdks/find_qt.lua1
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 = {}