Files
meta-musicians/appends/meta-qt5/qt5-creator_git.bbappend
Andreas Müller 0b8d736787 Make qttools and qt5-creator aware of meta-clang
* qttools: we need full qthelp support for upcoming musescore
* qt5-creator: would break without clang support and qttolls with clang support

Have done similar in meta-qt5-extra once I landed the patches in meta-qt5
master & dunfell (since this was done before gategarth it should be fine for
gategarth too)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2020-12-18 23:25:56 +01:00

5 lines
226 B
Plaintext

# * yeah I know yocto does not want us to change this
# * we have to do this to avoid our qttools change break qt5-creator
PACKAGECONFIG_append = " ${@bb.utils.contains('BBFILE_COLLECTIONS', 'clang-layer', ' clang', '', d)}"