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:
Ming Liu
2018-01-08 06:52:06 +01:00
committed by Martin Jansa
parent 0fd9104da4
commit f5cb85e629
4 changed files with 4 additions and 3 deletions

View File

@@ -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"