summaryrefslogtreecommitdiffstats
path: root/installerfw.pro
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@theqtcompany.com>2016-01-21 12:42:35 +0200
committerIikka Eklund <iikka.eklund@theqtcompany.com>2016-01-21 12:43:51 +0000
commit7e9dd07b7addcbe0565dc262f06cee281d6d62b6 (patch)
tree897d0268fc386098a351f9707b727eac59387047 /installerfw.pro
parente1d1e411e710c2b82476d201af8dcb2dd3922ae8 (diff)
Update minimum Qt version required to build the installer-framework
Minimum Qt version required is 5.5.0. Change-Id: I7a336e5a776b66030fb6e94a9d2444e6a324d04f Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by: Niels Weber <niels.weber@theqtcompany.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>
Diffstat (limited to 'installerfw.pro')
-rw-r--r--installerfw.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/installerfw.pro b/installerfw.pro
index 3f2ed2383..64bfa3f83 100644
--- a/installerfw.pro
+++ b/installerfw.pro
@@ -19,7 +19,7 @@ isEmpty(BUILD_EXAMPLES):BUILD_EXAMPLES=$${BUILDEXAMPLES}
examples.depends = src
}
-!minQtVersion(5, 4, 0) {
+!minQtVersion(5, 5, 0) {
message("Cannot build Qt Installer Framework with Qt version $${QT_VERSION}.")
- error("Use at least Qt 5.4.0.")
+ error("Use at least Qt 5.5.0.")
}