Fix build script issue.
This commit is contained in:
parent
bc13cc6c10
commit
86dac2c466
2
dmg.qbs
2
dmg.qbs
|
@ -71,7 +71,7 @@ VAppleApplicationDiskImage {
|
||||||
// set to false to use a solid-color background (see dmg.backgroundColor below)
|
// set to false to use a solid-color background (see dmg.backgroundColor below)
|
||||||
property bool useImageBackground: true
|
property bool useImageBackground: true
|
||||||
Group {
|
Group {
|
||||||
name "Background image"
|
name: "Background image"
|
||||||
condition: useImageBackground
|
condition: useImageBackground
|
||||||
files: {
|
files: {
|
||||||
if (buildconfig.enableMultiBundle)
|
if (buildconfig.enableMultiBundle)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user