aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.pro
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2016-06-02 19:29:33 +0300
committerOrgad Shaneh <orgads@gmail.com>2016-06-06 14:54:28 +0000
commitf8db4c3b0c8f286f8ef0831d6c386b94a6248d3e (patch)
tree1a1725eb93dfe85965b1cb7f81e637f94587fbcf /qbs.pro
parent8e05c6364ae0573bade42ed6eecaab000f8693e4 (diff)
Bump required Qt version to 5.4.0
Required for using new functions of QTimer. Get rid of workarounds and helper functions that support previous versions. Change-Id: I13bec075ce3014083120834a402bdc213df10be9 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'qbs.pro')
-rw-r--r--qbs.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/qbs.pro b/qbs.pro
index 68d7aa5d9..1ff1e02eb 100644
--- a/qbs.pro
+++ b/qbs.pro
@@ -21,9 +21,9 @@ defineTest(minQtVersion) {
return(false)
}
-!minQtVersion(5, 1, 0) {
+!minQtVersion(5, 4, 0) {
message("Cannot build qbs with Qt version $${QT_VERSION}.")
- error("Use at least Qt 5.1.0.")
+ error("Use at least Qt 5.4.0.")
}
TEMPLATE = subdirs