From ea71d5ff56c4bff3a45d007352bac068772f4209 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 15 Sep 2023 09:05:24 +0300 Subject: [PATCH] Wait Puzzle and Tape before building Valentina on MacOS in case of multibundle. --- src/app/valentina/valentina.qbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/valentina/valentina.qbs b/src/app/valentina/valentina.qbs index 37f7eca35..17f06b6e6 100644 --- a/src/app/valentina/valentina.qbs +++ b/src/app/valentina/valentina.qbs @@ -15,6 +15,8 @@ VToolApp { Depends { name: "VFormatLib"; } Depends { name: "VMiscLib"; } Depends { name: "VGAnalyticsLib" } + Depends { name: "Tape"; condition: qbs.targetOS.contains("macos") && buildconfig.enableMultiBundle } + Depends { name: "Puzzle"; condition: qbs.targetOS.contains("macos") && buildconfig.enableMultiBundle } Depends { name: "Qt.xmlpatterns"