From 35a7c923cc280e188c287e0825ed4f2b6e1b9e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20B=C3=A9nard?= Date: Tue, 8 Oct 2013 00:32:07 +0200 Subject: [PATCH] qt: use 5.1.1 by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric BĂ©nard Signed-off-by: Martin Jansa --- conf/distro/include/qt5-versions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/distro/include/qt5-versions.inc b/conf/distro/include/qt5-versions.inc index f534de70a6..7e2d76efbd 100644 --- a/conf/distro/include/qt5-versions.inc +++ b/conf/distro/include/qt5-versions.inc @@ -1,7 +1,7 @@ # Select which version you prefer by defining QT5_VERSION and including this file -# possible values now "5.1.0", "5.1.0+git%" +# possible values now "5.1.1", "5.1.0+git%" -QT5_VERSION ?= "5.1.0" +QT5_VERSION ?= "5.1.1" PREFERRED_VERSION_qtbase-native = "${QT5_VERSION}" PREFERRED_VERSION_qtbase = "${QT5_VERSION}"