diff --git a/Valentina.pro b/Valentina.pro index e4b7e0dc5..900c5dd70 100644 --- a/Valentina.pro +++ b/Valentina.pro @@ -1,9 +1,9 @@ include(Valentina.pri) -#Check if Qt version >= 5.2.1 -!minQtVersion(5, 2, 1) { +#Check if Qt version >= 5.2.0 +!minQtVersion(5, 2, 0) { message("Cannot build Valentina with Qt version $${QT_VERSION}.") - error("Use at least Qt 5.2.1.") + error("Use at least Qt 5.2.0.") } TEMPLATE = subdirs diff --git a/src/app/main.cpp b/src/app/main.cpp index cc660d8f6..8ed310767 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -48,7 +48,7 @@ int main(int argc, char *argv[]) Q_INIT_RESOURCE(theme); Q_INIT_RESOURCE(flags); - QT_REQUIRE_VERSION(argc, argv, "5.2.1"); + QT_REQUIRE_VERSION(argc, argv, "5.2.0"); VApplication app(argc, argv);