Update minimum required Qt version to 5.9.5

Change-Id: Ifd0984c1a7ee58845c3a61e862252798d10cde97
Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
This commit is contained in:
Katja Marttila 2018-11-01 11:27:55 +02:00
parent 0886f83a9a
commit 85e0b493eb

View File

@ -21,7 +21,7 @@ isEmpty(BUILD_EXAMPLES):BUILD_EXAMPLES=$${BUILDEXAMPLES}
examples.depends = src
}
!minQtVersion(5, 6, 2) {
!minQtVersion(5, 9, 5) {
message("Cannot build Qt Installer Framework with Qt version $${QT_VERSION}.")
error("Use at least Qt 5.6.2.")
error("Use at least Qt 5.9.5.")
}