aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2014-10-29 11:45:04 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2014-10-29 15:31:19 +0100
commit7c82e9f3f417564dff89b75c802e4bd91e4b1ca7 (patch)
tree8460da11f9cef9ab2b622e833eed3a699d41289b /qbs.pro
parent167950d064c6b1bd1fb6c9fdd390873ebc29ae97 (diff)
remove support for building qbs with Qt <= 5.1.0
Change-Id: I058eedd2d9dcaad1eaac1f4407f4f698133a774b Reviewed-by: Christian Kandeler <christian.kandeler@digia.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 e78772894..3f5dafac2 100644
--- a/qbs.pro
+++ b/qbs.pro
@@ -21,9 +21,9 @@ defineTest(minQtVersion) {
return(false)
}
-!minQtVersion(4, 8, 0) {
+!minQtVersion(5, 1, 0) {
message("Cannot build qbs with Qt version $${QT_VERSION}.")
- error("Use at least Qt 4.8.0.")
+ error("Use at least Qt 5.1.0.")
}
TEMPLATE = subdirs