summaryrefslogtreecommitdiff
path: root/xmake/platforms/macosx/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2018-04-15 21:34:39 +0800
committerruki <[email protected]>2018-04-15 21:34:39 +0800
commit4dab3917696d31139166ada278a9b4e4f4e9e4e6 (patch)
treef7c1cff0271e21b7e4e311f212743363a6376db9 /xmake/platforms/macosx/xmake.lua
parentdfb2e572d6ce2675c0a4925f4dee7dd483365ce8 (diff)
impl qt console rule with qt sdk
Diffstat (limited to 'xmake/platforms/macosx/xmake.lua')
-rw-r--r--xmake/platforms/macosx/xmake.lua3
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" }
}
}