diff options
| author | ruki <[email protected]> | 2018-04-20 22:49:35 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-04-20 10:57:34 +0800 |
| commit | a16e302881ed8637454c10a8f2db8d3e0f449d8a (patch) | |
| tree | f260b93efd6507da7e047bf9be615408662fa0d0 /xmake/platforms/macosx/xmake.lua | |
| parent | 23644d9e3acaea9fd773a03f23dd9c2d0b937797 (diff) | |
improve find_qt for linux
Diffstat (limited to 'xmake/platforms/macosx/xmake.lua')
| -rw-r--r-- | xmake/platforms/macosx/xmake.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmake/platforms/macosx/xmake.lua b/xmake/platforms/macosx/xmake.lua index 7cce0c77d..ed191dce8 100644 --- a/xmake/platforms/macosx/xmake.lua +++ b/xmake/platforms/macosx/xmake.lua @@ -57,7 +57,8 @@ platform("macosx") , {category = "Cuda SDK Configuration" } , {nil, "cuda_dir", "kv", "auto", "The Cuda SDK Directory" } , {category = "Qt SDK Configuration" } - , {nil, "qt_dir", "kv", "auto", "The Qt SDK Directory" } + , {nil, "qt", "kv", "auto", "The Qt SDK Directory" } + , {nil, "qt_sdkver", "kv", "auto", "The Qt SDK Version" } } , global = @@ -65,7 +66,7 @@ platform("macosx") {} , {nil, "xcode_dir", "kv", "auto", "The Xcode Application Directory" } , {nil, "cuda_dir", "kv", "auto", "The Cuda SDK Directory" } - , {nil, "qt_dir", "kv", "auto", "The Qt SDK Directory" } + , {nil, "qt", "kv", "auto", "The Qt SDK Directory" } } } |
