summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt/classes/qt5-features.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* Remove default expansion parameter from getVarv5.12.0-rcSamuli Piippo2018-11-211-1/+1
| | | | | | | | getVar defaults to expanding the variable, the second True parameter is unnecessary. Change-Id: Iafaf179c67ffedaba2946c078c1810a80198cf5e Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qt5: support feature files generated by Qt Configuration ToolSamuli Piippo2018-09-101-0/+40
Qt Configuration Tool can be used to generate feature files for each Qt module, which contain enabled and disabled feature flags. This bbclass can be used to enable bitbake to use those files to configure Qt modules more thoroughly. These options will override any PACKAGECONFIG options that might conflict. Use by inheriting the qt5-features in a qt module recipe (using bbappend), which you want to configure. By default the bbclass expects the feature files to be named according to the Qt modules names (QtBase -> qtbase.opt) and placed in a 'features' subfolder next to the recipes. Task-number: QTBUG-68950 Change-Id: Ie580512346a5eb09cd65afc7474b5a88f1416a56 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>