mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 08:52:35 +02:00
qt5-versions.inc: add include file to select PREFERRED_VERSIONs of qt5 components
This commit is contained in:
10
conf/distro/include/qt5-versions.inc
Normal file
10
conf/distro/include/qt5-versions.inc
Normal file
@@ -0,0 +1,10 @@
|
||||
# Select which version you prefer by defining QT5_VERSION and including this file
|
||||
# possible values now "5.0.0", "5.0.1", "5.0.2", "5.0.2+git%"
|
||||
|
||||
QT5_VERSION ?= "5.0.1"
|
||||
|
||||
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}"
|
||||
Reference in New Issue
Block a user