summaryrefslogtreecommitdiffstats
path: root/installerfw.pro
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 /installerfw.pro
parentf0c0a66810b534f75f33d363714e009d929bd7bf (diff)
Change required Qt version to 5.6.2
Change-Id: Ib26089c0c7101547ff671e510a8b3484f175e1c4 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
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 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.")
}