diff options
| author | wzshun <[email protected]> | 2026-04-21 16:57:23 +0800 |
|---|---|---|
| committer | wzshun <[email protected]> | 2026-04-21 16:57:23 +0800 |
| commit | fad66cf085b6d4671baa1e26bfac17a273aff8df (patch) | |
| tree | c19fec14f3d0dc8780e9266c78a29016b9cffa15 | |
| parent | 3354b5c44b66e1b5df490eec17e932ae77aa3d70 (diff) | |
style: remove extra spaces
| -rw-r--r-- | xmake/modules/detect/sdks/find_qt.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/detect/sdks/find_qt.lua b/xmake/modules/detect/sdks/find_qt.lua index 6d3d1c4b0..43534cf5e 100644 --- a/xmake/modules/detect/sdks/find_qt.lua +++ b/xmake/modules/detect/sdks/find_qt.lua @@ -209,7 +209,7 @@ function _get_qtenvs(qmake, sdkdir) -- Try with -qtconf first if sdkdir is provided if sdkdir then - local conf_paths = {path.join(sdkdir, "bin", "target_qt.conf"), path.join(sdkdir, "bin", "qt.conf"), path.join(sdkdir, "qt.conf")} + local conf_paths = {path.join(sdkdir, "bin", "target_qt.conf"), path.join(sdkdir, "bin", "qt.conf"), path.join(sdkdir, "qt.conf")} for _, conf_path in ipairs(conf_paths) do if os.isfile(conf_path) then results = try {function () return os.iorunv(qmake, {"-query", "-qtconf", conf_path}) end} |
