qt5-versions: Change default version to 5.1.0

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2013-08-03 15:23:43 +02:00
parent 5b19e4bd6f
commit 0f7b233426
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Select which version you prefer by defining QT5_VERSION and including this file
# possible values now "5.0.2", "5.1.0", "5.1.0+git%"
QT5_VERSION ?= "5.0.2"
QT5_VERSION ?= "5.1.0"
PREFERRED_VERSION_qtbase-native = "${QT5_VERSION}"
PREFERRED_VERSION_qtbase = "${QT5_VERSION}"