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.15.0Martin Jansa2020-05-271-1/+1
| | | | | | | | | * https://www.qt.io/blog/qt-5.15-released * continue to use latest revision in 5.15 (and 80-based) branch for qtwebengine, because we were already using newer than v5.15.0 revision and some of those fixes are needed for master (e.g. for build with gcc-10) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>