mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 08:52:35 +02:00
qtbase: introduce QT_EDITION
QT_EDITION defaults to 'opensource', but the end users could override it with 'commercial' if they want. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -36,3 +36,4 @@ IMAGE_FEATURES[validitems] += "qtcreator-debug"
|
||||
QT_GIT ?= "git://github.com/qt"
|
||||
QT_LABS_GIT ?= "git://github.com/qt-labs"
|
||||
QT_GIT_PROTOCOL ?= "git"
|
||||
QT_EDITION ?= "opensource"
|
||||
|
||||
Reference in New Issue
Block a user