summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2017-05-23 09:10:06 +0300
committerKatja Marttila <katja.marttila@qt.io>2017-05-23 06:17:44 +0000
commitd7d0974f9cdc2359b6b3ca0e359f2fe05ad437c4 (patch)
treed97cdd25ab13750708c542aaba1e6f15c21c0ef6
parentf0c0a66810b534f75f33d363714e009d929bd7bf (diff)
Change required Qt version to 5.6.2
Change-Id: Ib26089c0c7101547ff671e510a8b3484f175e1c4 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
-rw-r--r--Changelog1
-rw-r--r--installerfw.pro4
2 files changed, 3 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 57b34bbd9..6d9908a2f 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,5 @@
3.0.0
+- Change required Qt version, minimum version is now 5.6.2.
- Clarify the add/remove components string to make it clearer
- Fix crash at the very end of install if admin rights needed in Windows (QTIFW-943)
- Make installer to check the dependency version (QTIFW-914)
diff --git a/installerfw.pro b/installerfw.pro
index 64bfa3f83..1cec9c6a1 100644
--- a/installerfw.pro
+++ b/installerfw.pro
@@ -19,7 +19,7 @@ isEmpty(BUILD_EXAMPLES):BUILD_EXAMPLES=$${BUILDEXAMPLES}
examples.depends = src
}
-!minQtVersion(5, 5, 0) {
+!minQtVersion(5, 6, 2) {
message("Cannot build Qt Installer Framework with Qt version $${QT_VERSION}.")
- error("Use at least Qt 5.5.0.")
+ error("Use at least Qt 5.6.2.")
}