summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt-distro/recipes-qt/qt5/qtdeclarative_git.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* Revert "qtdeclarative: fix inconsistent QML_COMPILE_HASH value"Mikko Gronoff2018-11-161-4/+0
| | | | | | | | Applied via meta-qt5 layer update in the next commit. This reverts commit 9e428d2f631f68117e5aeb915a5fe7f09d81eab8. Change-Id: I81765199803a5bc7b95b8c02a83aa42f0ce9a594 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qtdeclarative: fix inconsistent QML_COMPILE_HASH valueSamuli Piippo2018-10-311-0/+4
| | | | | | | | | qtdeclarative and qtdeclarative-native may end up with different values for QML_COMPILE_HASH, which prevents running QML application when qtquickcompiler has been used. Change-Id: I9e3839b566996581bc40fa1472d7e7d07c82ce53 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Split meta-boot2qt layerSamuli Piippo2018-03-121-0/+32
Move distro specific recipes to own layer and leave only new recipes and bbclasses to meta-boot2qt layer. This makes it easier to include meta-boot2qt to your own distro layer to get access e.g., QDB and QBSP recipes that might be useful even without boot2qt distro. Task-number: QTBUG-65871 Change-Id: I6c353774dd1668b00f2d05aa262ad866b90bdef6 Reviewed-by: Timo Aarnipuro <timo.aarnipuro@qt.io>