diff options
| author | ruki <[email protected]> | 2018-04-20 23:40:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-04-20 16:05:29 +0800 |
| commit | 598ea9abf5fb2439da4c85e323335a6fbeaed6db (patch) | |
| tree | df8a3858094291f06c22b3fe64c5d8e361b585d1 /xmake/modules/detect | |
| parent | 21b7c449fa0184bffea572e72ce745d9cd3c2df8 (diff) | |
rename xcode dir config
Diffstat (limited to 'xmake/modules/detect')
| -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 93a524ca0..21c638eae 100644 --- a/xmake/modules/detect/sdks/find_qt.lua +++ b/xmake/modules/detect/sdks/find_qt.lua @@ -126,7 +126,7 @@ function main(sdkdir, opt) if qt then -- save to config - config.set("qt_dir", qt.sdkdir, {force = true, readonly = true}) + config.set("qt", qt.sdkdir, {force = true, readonly = true}) config.set("qt_sdkver", qt.sdkver, {force = true, readonly = true}) -- trace |
