diff options
author | Eric Bénard <eric@eukrea.com> | 2013-10-08 00:32:07 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-08 15:50:10 +0200 |
commit | 35a7c923cc280e188c287e0825ed4f2b6e1b9e08 (patch) | |
tree | 64eb5df69420c88d7db3df4e3344a628cb657916 /conf | |
parent | c845e487d7ce6227f60332b5130812fc8b1e7f05 (diff) | |
download | meta-qt5-35a7c923cc280e188c287e0825ed4f2b6e1b9e08.tar.gz |
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>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/qt5-versions.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/include/qt5-versions.inc b/conf/distro/include/qt5-versions.inc index f534de70..7e2d76ef 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.1.0", "5.1.0+git%" | 2 | # possible values now "5.1.1", "5.1.0+git%" |
3 | 3 | ||
4 | QT5_VERSION ?= "5.1.0" | 4 | QT5_VERSION ?= "5.1.1" |
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}" |