build: highlight minimum required Qt version

This commit is contained in:
selsta
2019-09-23 16:41:55 +02:00
parent ca8138bb46
commit 413507bba9
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# qml components require at least QT 5.9.0
# qml components require at least QT 5.9.7
lessThan (QT_MAJOR_VERSION, 5) | lessThan (QT_MINOR_VERSION, 9) {
error("Can't build with Qt $${QT_VERSION}. Use at least Qt 5.9.0")
error("Can't build with Qt $${QT_VERSION}. Use at least Qt 5.9.7")
}
TEMPLATE = app