mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-18 21:21:56 +02:00
* maintaining 4 different versions requires a lot more testing of changes in .inc files and we have only one version of modules without release (only one _git.bb) and it's impossible to find SRCREV which would be compatible with all 4 versions. * 0005-AddSynchoronization-qimagereader.patch was already backported to 5.0.2 in upstream * 0001-Flickable-Fix-bug-when-flicking-twice-using-touches.patch was already applied in 5.0.2 * 5.0.2 is now default version (based on DEFAULT_PREFERENCE and in qt5-versions.inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
19 lines
792 B
HTML
19 lines
792 B
HTML
# Select which version you prefer by defining QT5_VERSION and including this file
|
|
# possible values now "5.0.2", "5.0.2+git%"
|
|
|
|
QT5_VERSION ?= "5.0.2"
|
|
|
|
PREFERRED_VERSION_qtbase-native = "${QT5_VERSION}"
|
|
PREFERRED_VERSION_qtbase = "${QT5_VERSION}"
|
|
PREFERRED_VERSION_qtdeclarative = "${QT5_VERSION}"
|
|
PREFERRED_VERSION_qtjsbackend = "${QT5_VERSION}"
|
|
PREFERRED_VERSION_qtjsbackend-native = "${QT5_VERSION}"
|
|
PREFERRED_VERSION_qtgraphicaleffects = "${QT5_VERSION}"
|
|
PREFERRED_VERSION_qtimageformats = "${QT5_VERSION}"
|
|
PREFERRED_VERSION_qtmultimedia = "${QT5_VERSION}"
|
|
PREFERRED_VERSION_qtquick1 = "${QT5_VERSION}"
|
|
PREFERRED_VERSION_qtscript = "${QT5_VERSION}"
|
|
PREFERRED_VERSION_qtsvg = "${QT5_VERSION}"
|
|
PREFERRED_VERSION_qtwebkit = "${QT5_VERSION}"
|
|
PREFERRED_VERSION_qtxmlpatterns = "${QT5_VERSION}"
|