aboutsummaryrefslogtreecommitdiffstats
path: root/qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2015-08-20 18:10:10 -0700
committerJake Petroules <jake.petroules@petroules.com>2015-08-21 20:51:12 +0000
commit46910b46c3898f7fe99c5b4afa7c4291a829775c (patch)
tree42fe5f7229e80313a1070c67eb299ef724f05e93 /qbs
parente1d407b460fff2d653115a31fa953ba35aaa5aec (diff)
Adapt Qbs code to latest changes.
type: application actually does nothing now, as the application type is used for both bundled and unbundled products on Apple platforms. Instead, consoleApplication being set to true influences Qbs not to use a bundle. cpp.infoPlistFile became bundle.infoPlistFile in Qbs 1.4. Change-Id: I6540aa91b2db61ed4cbf2ff30bd46d69db5f9d92 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'qbs')
-rw-r--r--qbs/imports/QtcTool.qbs3
1 files changed, 2 insertions, 1 deletions
diff --git a/qbs/imports/QtcTool.qbs b/qbs/imports/QtcTool.qbs
index 4870a65815a..fbd97336001 100644
--- a/qbs/imports/QtcTool.qbs
+++ b/qbs/imports/QtcTool.qbs
@@ -2,7 +2,8 @@ import qbs
import qbs.FileInfo
QtcProduct {
- type: "application" // no Mac app bundle
+ type: ["application"]
+ consoleApplication: true
installDir: project.ide_libexec_path
cpp.rpaths: {