mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-04-26 13:44:31 +00:00
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:
parent
0886f83a9a
commit
85e0b493eb
@ -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.")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user