diff options
| author | ruki <[email protected]> | 2019-11-17 22:36:55 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-11-17 22:36:55 +0800 |
| commit | f5258628ba215481571ce1e957737b2ed97c45ab (patch) | |
| tree | aa1e764b691cb45f18019e010b591148d45d369e | |
| parent | 252bf8a87ab7e4e5d21113f1ffa62375db108523 (diff) | |
improve to 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 56a3485cc..576731c54 100644 --- a/xmake/modules/detect/sdks/find_qt.lua +++ b/xmake/modules/detect/sdks/find_qt.lua @@ -97,6 +97,7 @@ function _find_sdkdir(sdkdir, sdkver) end else table.insert(pathes, "~/Qt") + table.insert(pathes, "~/Qt*") end -- attempt to find qmake |
