aboutsummaryrefslogtreecommitdiffstats
path: root/qbs-resources
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-01-31 17:59:42 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2017-02-27 09:19:28 +0000
commit3adc85861ca94c3c6c3e0ae161f0cf07c7f54cc8 (patch)
tree449d21ba3124f2e5da3ec964a8bfbcfb7c5b1e18 /qbs-resources
parent720de137e55f956a7558eacf45c99c0c83dd3001 (diff)
Bump required Qt version to 5.6
It seems natural to use the LTS release as the minimum required version, and we get rid of a number of #ifdefs. [ChangeLog] Building qbs now requires Qt 5.6 Change-Id: I327ebb179a20e6372fa5ae765e0f3753fb9e9efa Reviewed-by: Jake Petroules <jake.petroules@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'qbs-resources')
-rw-r--r--qbs-resources/imports/QbsProduct.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qbs-resources/imports/QbsProduct.qbs b/qbs-resources/imports/QbsProduct.qbs
index 7605ba783..fae3336b3 100644
--- a/qbs-resources/imports/QbsProduct.qbs
+++ b/qbs-resources/imports/QbsProduct.qbs
@@ -4,7 +4,7 @@ import QbsFunctions
Product {
Depends { name: "qbsbuildconfig" }
Depends { name: "Qt.core" }
- property string minimumQtVersion: "5.4.0"
+ property string minimumQtVersion: "5.6.0"
property bool install: true
cpp.defines: {
var res = ["QT_NO_CAST_FROM_ASCII", "QT_NO_PROCESS_COMBINED_ARGUMENT_START"];