summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qttools/0003-src.pro-Add-option-noqdoc-to-disable-qdoc-builds.patch
Commit message (Collapse)AuthorAgeFilesLines
* qt5: upgrade to 5.14.1Martin Jansa2020-01-271-4/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qttools: Add option to disable qdocKhem Raj2019-12-141-0/+28
qdoc needs clang on build host, therefore add an option so it can disabled when clang is not part of build system, it can also peek into build host and if there is a version of clang installed it will configure for it but then conflict with gcc during compilation Signed-off-by: Khem Raj <raj.khem@gmail.com>