From af589b72e2d79a3096d62a38640ea95b80b472f8 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Wed, 1 Apr 2015 20:47:22 +0300 Subject: [PATCH] Incorrect check for library version. --HG-- branch : develop --- Valentina.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Valentina.pro b/Valentina.pro index f6d285335..54d3e0c11 100644 --- a/Valentina.pro +++ b/Valentina.pro @@ -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.") }