From 41780038b9309ce34f9d2c09f0c12f8695eea995 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Wed, 31 Oct 2018 14:56:24 +0100 Subject: Fix qbs build Was broken by 38c897a0d4. Change-Id: Id02551fa9e7424075c5a708c3c06a3ce2be5f0e9 Reviewed-by: Alexandru Croitor --- src/shared/bundledqt/bundledqt.qbs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/shared') diff --git a/src/shared/bundledqt/bundledqt.qbs b/src/shared/bundledqt/bundledqt.qbs index d10a4e9c5..f36855b02 100644 --- a/src/shared/bundledqt/bundledqt.qbs +++ b/src/shared/bundledqt/bundledqt.qbs @@ -9,7 +9,8 @@ Product { property bool deployQt: qbsbuildconfig.enableBundledQt && qbs.targetOS.contains("macos") && Qt.core.qtConfig.contains("rpath") - property bool deployDebugLibraries: qbs.buildVariants.contains("debug") + property bool deployDebugLibraries: qbs.buildVariant === "debug" + || (qbs.buildVariants && qbs.buildVariants.contains("debug")) readonly property string qtDebugLibrarySuffix: { if (qbs.targetOS.contains("windows")) -- cgit v1.2.3