diff options
| author | ruki <[email protected]> | 2018-04-15 21:34:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-04-15 21:34:39 +0800 |
| commit | 4dab3917696d31139166ada278a9b4e4f4e9e4e6 (patch) | |
| tree | f7c1cff0271e21b7e4e311f212743363a6376db9 /xmake/platforms/macosx/xmake.lua | |
| parent | dfb2e572d6ce2675c0a4925f4dee7dd483365ce8 (diff) | |
impl qt console rule with qt sdk
Diffstat (limited to 'xmake/platforms/macosx/xmake.lua')
| -rw-r--r-- | xmake/platforms/macosx/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/platforms/macosx/xmake.lua b/xmake/platforms/macosx/xmake.lua index b32419750..7cce0c77d 100644 --- a/xmake/platforms/macosx/xmake.lua +++ b/xmake/platforms/macosx/xmake.lua @@ -56,6 +56,8 @@ platform("macosx") , {nil, "target_minver", "kv", "auto", "The Target Minimal Version" } , {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" } } , global = @@ -63,6 +65,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" } } } |
