qt: use 5.1.1 by default

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Eric Bénard 2013-10-08 00:32:07 +02:00 committed by Martin Jansa
parent c845e487d7
commit 35a7c923cc
1 changed files with 2 additions and 2 deletions

View File

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