forked from qt-creator/qt-creator
SdkTool: Fix qbs build
Change-Id: I176cfe634ce8561b92a83e4e3f39b9531aa4f7f8 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -14,7 +14,7 @@ QtcLibrary {
|
|||||||
cpp.defines: {
|
cpp.defines: {
|
||||||
var defines = base;
|
var defines = base;
|
||||||
base.push(
|
base.push(
|
||||||
"UTILS_LIBRARY",
|
"UTILS_STATIC_LIBRARY",
|
||||||
qbs.targetOS.contains("macos")
|
qbs.targetOS.contains("macos")
|
||||||
? 'DATA_PATH="."'
|
? 'DATA_PATH="."'
|
||||||
: qbs.targetOS.contains("windows") ? 'DATA_PATH="../share/qtcreator"'
|
: qbs.targetOS.contains("windows") ? 'DATA_PATH="../share/qtcreator"'
|
||||||
|
Reference in New Issue
Block a user