Wait Puzzle and Tape before building Valentina on MacOS in case of multibundle.

This commit is contained in:
Roman Telezhynskyi 2023-09-15 09:05:24 +03:00
parent 080800c2d4
commit ea71d5ff56

View file

@ -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"