From 3adc85861ca94c3c6c3e0ae161f0cf07c7f54cc8 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Tue, 31 Jan 2017 17:59:42 +0100 Subject: 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 Reviewed-by: Joerg Bornemann --- qbs-resources/imports/QbsProduct.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qbs-resources') 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"]; -- cgit v1.2.3