diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-03 15:23:43 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-13 09:42:51 +0200 |
commit | 0f7b2334268b99d3a4ea43bde735b4566f905044 (patch) | |
tree | 9fc82c984dbc1f60b4fa585c09ac47cfc0bfe9e2 | |
parent | 5b19e4bd6f48cb67438306ac7bc34a524e8bec19 (diff) | |
download | meta-qt5-0f7b2334268b99d3a4ea43bde735b4566f905044.tar.gz |
qt5-versions: Change default version to 5.1.0
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | conf/distro/include/qt5-versions.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/qt5-versions.inc b/conf/distro/include/qt5-versions.inc index 35dd211a..432da9f7 100644 --- a/conf/distro/include/qt5-versions.inc +++ b/conf/distro/include/qt5-versions.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | # Select which version you prefer by defining QT5_VERSION and including this file | 1 | # Select which version you prefer by defining QT5_VERSION and including this file |
2 | # possible values now "5.0.2", "5.1.0", "5.1.0+git%" | 2 | # possible values now "5.0.2", "5.1.0", "5.1.0+git%" |
3 | 3 | ||
4 | QT5_VERSION ?= "5.0.2" | 4 | QT5_VERSION ?= "5.1.0" |
5 | 5 | ||
6 | PREFERRED_VERSION_qtbase-native = "${QT5_VERSION}" | 6 | PREFERRED_VERSION_qtbase-native = "${QT5_VERSION}" |
7 | PREFERRED_VERSION_qtbase = "${QT5_VERSION}" | 7 | PREFERRED_VERSION_qtbase = "${QT5_VERSION}" |