Updated minimum required Qt versions (#2210)

This updates both the build instructions and enforces qt version when running qmake
This commit is contained in:
Paweł
2020-11-21 11:24:32 +01:00
committed by GitHub
parent 529f19a2de
commit 3ffb28427d
6 changed files with 17 additions and 10 deletions
+6
View File
@@ -8,6 +8,12 @@
# from lib/boost.pri
# - BOOST_DIRECTORY (C:\local\boost\ by default) (Windows only)
MINIMUM_REQUIRED_QT_VERSION = 5.12.0
!versionAtLeast(QT_VERSION, $$MINIMUM_REQUIRED_QT_VERSION) {
error("You're trying to compile with Qt $$QT_VERSION, but minimum required Qt version is $$MINIMUM_REQUIRED_QT_VERSION")
}
QT += widgets core gui network multimedia svg concurrent
CONFIG += communi
COMMUNI += core model util