From bb89dfcc8a32c401b2208ce9c1f8a1862bb5a574 Mon Sep 17 00:00:00 2001 From: Chan Lee Date: Wed, 22 Jan 2025 17:25:06 +0800 Subject: Add `qt_host` option to enable cross-platform Qt Builds using host SDK tools --- xmake/platforms/linux/xmake.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xmake/platforms/linux/xmake.lua') diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua index e4d57b533..ec2b6e74b 100644 --- a/xmake/platforms/linux/xmake.lua +++ b/xmake/platforms/linux/xmake.lua @@ -38,6 +38,7 @@ platform("linux") , {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" } , {category = "Vcpkg Configuration" } , {nil, "vcpkg", "kv", "auto", "The Vcpkg Directory" } @@ -49,6 +50,7 @@ platform("linux") , {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" } , {category = "Vcpkg Configuration" } , {nil, "vcpkg", "kv", "auto", "The Vcpkg Directory" } } -- cgit v1.3.1