From 88d1d92728d7a46a56075760c13e4bf76677d7a2 Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Thu, 14 Feb 2019 12:24:46 +0100 Subject: Bump minimum Qt version (to build Qt Creator) to 5.11 Recent adaptations to Qt 5.13's API deprecations require using APIs which were introduces in Qt 5.11. Change-Id: I6c077d824c9ce716e019543b290c355a5d512fad Reviewed-by: Orgad Shaneh Reviewed-by: Eike Ziller --- qtcreator.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qtcreator.pro') diff --git a/qtcreator.pro b/qtcreator.pro index 98a897aa2b..71be6dac37 100644 --- a/qtcreator.pro +++ b/qtcreator.pro @@ -1,9 +1,9 @@ include(qtcreator.pri) #version check qt -!minQtVersion(5, 9, 0) { +!minQtVersion(5, 11, 0) { message("Cannot build $$IDE_DISPLAY_NAME with Qt version $${QT_VERSION}.") - error("Use at least Qt 5.9.0.") + error("Use at least Qt 5.11.0.") } include(doc/doc.pri) -- cgit v1.2.3