aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@theqtcompany.com>2015-08-21 15:39:32 -0700
committerJake Petroules <jake.petroules@theqtcompany.com>2015-10-21 16:18:51 +0000
commit59ac67c0bb6b2fa999bce830e0ba590ef58fa0ed (patch)
tree91fd11132cce248ecca89723c76f4e53e403d8f5 /qtcreator.qbs
parent3fbd210b2a74f299083306c309fedbe862ecf458 (diff)
Qbs: properly install Info.plist, PkgInfo, and app icon.
The icns files have also been moved into an asset catalog because "source code" as a rule should be stored in the preferred form of modification. Change-Id: I883db5704a46d8d7cf601f7fb4471619ebbc34bf Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'qtcreator.qbs')
-rw-r--r--qtcreator.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtcreator.qbs b/qtcreator.qbs
index 85d0caff58..f051ab2db3 100644
--- a/qtcreator.qbs
+++ b/qtcreator.qbs
@@ -2,7 +2,7 @@ import qbs 1.0
Project {
name: "Qt Creator"
- minimumQbsVersion: "1.4"
+ minimumQbsVersion: "1.4.3"
property bool withAutotests: qbs.buildVariant === "debug"
property string ide_version_major: '3'
property string ide_version_minor: '5'