Installing app bundle on macos.

This commit is contained in:
Roman Telezhynskyi 2023-01-25 07:59:49 -08:00
parent d3f9ed80e7
commit 6e4ec3e69f

View file

@ -194,4 +194,12 @@ VApp {
condition: i18nconfig.limitDeploymentOfQtTranslations
windeployqt.languages: i18nconfig.qtTranslationLocales.join(',')
}
Group {
condition: qbs.targetOS.contains("macos") && bundle.isBundle
fileTagsFilter: "bundle.content"
qbs.install: true
qbs.installDir: buildconfig.installAppPath
qbs.installSourceBase: destinationDirectory
}
}