SdkTool: Fix qbs build

Change-Id: I176cfe634ce8561b92a83e4e3f39b9531aa4f7f8
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Christian Stenger
2023-01-25 13:49:31 +01:00
parent e9b177db7d
commit 2b64232eba

View File

@@ -14,7 +14,7 @@ QtcLibrary {
cpp.defines: {
var defines = base;
base.push(
"UTILS_LIBRARY",
"UTILS_STATIC_LIBRARY",
qbs.targetOS.contains("macos")
? 'DATA_PATH="."'
: qbs.targetOS.contains("windows") ? 'DATA_PATH="../share/qtcreator"'