summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.")
}