summaryrefslogtreecommitdiff
path: root/xmake/platforms/linux
diff options
context:
space:
mode:
authorruki <[email protected]>2018-04-20 22:49:35 +0800
committerruki <[email protected]>2018-04-20 10:57:34 +0800
commita16e302881ed8637454c10a8f2db8d3e0f449d8a (patch)
treef260b93efd6507da7e047bf9be615408662fa0d0 /xmake/platforms/linux
parent23644d9e3acaea9fd773a03f23dd9c2d0b937797 (diff)
improve find_qt for linux
Diffstat (limited to 'xmake/platforms/linux')
-rw-r--r--xmake/platforms/linux/xmake.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua
index a5a96ad7c..8a324ff2a 100644
--- a/xmake/platforms/linux/xmake.lua
+++ b/xmake/platforms/linux/xmake.lua
@@ -52,12 +52,16 @@ platform("linux")
{
{category = "Cuda SDK Configuration" }
, {nil, "cuda_dir", "kv", "auto", "The Cuda SDK Directory" }
+ , {category = "Qt SDK Configuration" }
+ , {nil, "qt", "kv", "auto", "The Qt SDK Directory" }
+ , {nil, "qt_sdkver", "kv", "auto", "The Qt SDK Version" }
}
, global =
{
{}
, {nil, "cuda_dir", "kv", "auto", "The Cuda SDK Directory" }
+ , {nil, "qt", "kv", "auto", "The Qt SDK Directory" }
}
}