aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-09-19 18:13:31 -0700
committerJake Petroules <jake.petroules@qt.io>2017-09-20 18:54:29 +0000
commit626fdc56c91e1f598da2845fb76089976695c96a (patch)
treeaf1c463cbe54d6e65aca3ac94e6e4813aa2847ea /examples
parente5470cd11c3fd6804d496dff5002ae643e0293cb (diff)
Fix broken deployment target handling in install-bundle example
This fixes a build error with Xcode 9, which is more strict. Change-Id: I10f67655ba525ffa909319b43c713947a55a9c7b Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/install-bundle/Storyboard.storyboard1
-rw-r--r--examples/install-bundle/install-bundle.qbs2
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/install-bundle/Storyboard.storyboard b/examples/install-bundle/Storyboard.storyboard
index 41510ae29..06aef2bcf 100644
--- a/examples/install-bundle/Storyboard.storyboard
+++ b/examples/install-bundle/Storyboard.storyboard
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="8152.3" systemVersion="14E46" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
- <deployment version="0.0" identifier="macosx"/>
<development version="5100" identifier="xcode"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="8152.3"/>
</dependencies>
diff --git a/examples/install-bundle/install-bundle.qbs b/examples/install-bundle/install-bundle.qbs
index 3151f5517..7ec4e8f78 100644
--- a/examples/install-bundle/install-bundle.qbs
+++ b/examples/install-bundle/install-bundle.qbs
@@ -19,6 +19,8 @@ Project {
"Storyboard.storyboard"
]
+ cpp.minimumMacosVersion: "10.10"
+
Group {
fileTagsFilter: isBundle ? ["bundle.content"] : ["application"]
qbs.install: true