Installing app bundle on macos.
This commit is contained in:
parent
d3f9ed80e7
commit
6e4ec3e69f
|
@ -194,4 +194,12 @@ VApp {
|
||||||
condition: i18nconfig.limitDeploymentOfQtTranslations
|
condition: i18nconfig.limitDeploymentOfQtTranslations
|
||||||
windeployqt.languages: i18nconfig.qtTranslationLocales.join(',')
|
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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user