Incorrect check for library version.
--HG-- branch : develop
This commit is contained in:
parent
fa052949f9
commit
af589b72e2
|
@ -1,7 +1,7 @@
|
|||
include(Valentina.pri)
|
||||
|
||||
#Check if Qt version >= 5.0.0
|
||||
!minQtVersion(5, 2, 0) {
|
||||
!minQtVersion(5, 0, 0) {
|
||||
message("Cannot build Valentina with Qt version $${QT_VERSION}.")
|
||||
error("Use at least Qt 5.0.0.")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user