diff options
Diffstat (limited to 'xmake/platforms/haiku/xmake.lua')
| -rw-r--r-- | xmake/platforms/haiku/xmake.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/platforms/haiku/xmake.lua b/xmake/platforms/haiku/xmake.lua index ba215545e..aef1d9b71 100644 --- a/xmake/platforms/haiku/xmake.lua +++ b/xmake/platforms/haiku/xmake.lua @@ -37,6 +37,7 @@ platform("haiku") , {nil, "cuda", "kv", "auto", "The Cuda SDK Directory" } , {category = "Qt SDK Configuration" } , {nil, "qt", "kv", "auto", "The Qt SDK Directory" } + , {nil, "qt_host", "kv", "auto", "The Qt Host SDK Directory" } , {nil, "qt_sdkver", "kv", "auto", "The Qt SDK Version" } } @@ -46,6 +47,7 @@ platform("haiku") , {nil, "cuda", "kv", "auto", "The Cuda SDK Directory" } , {category = "Qt SDK Configuration" } , {nil, "qt", "kv", "auto", "The Qt SDK Directory" } + , {nil, "qt_host", "kv", "auto", "The Qt Host SDK Directory" } } } |
