Incorrect check for library version.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-04-01 20:47:22 +03:00
parent fa052949f9
commit af589b72e2

View file

@ -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.")
}