summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/ogl-runtime
Commit message (Collapse)AuthorAgeFilesLines
* ogl-runtime: fix build on musl libcSamuli Piippo2019-08-091-0/+26
| | | | | | | | Use bits/local_lim.h only with glibc as it's not available on musl libc. Change-Id: I07fc3ac9681ecd9b39f39a4c517355016aaf8dd6 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* ogl-runtime: Fix format-security issuesSamuli Piippo2019-08-051-0/+75
| | | | | | | | | | Fix build errors. error: format not a string literal and no format arguments [-Werror=format-security] | QMessageLogger(QT_MESSAGELOG_FILE, QT_MESSAGELOG_LINE, QT_MESSAGELOG_FUNC, category().categoryName()).critical(__VA_ARGS__) Change-Id: Id0c0e503d6927142d7653c16eca2251cd4689b8f Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* ogl-runtime: fix build errorsSamuli Piippo2019-08-051-0/+62
Add qtquickcontrols2 dependency for the viewer and a workaround patch for failed examples (QTBUG-77288) Change-Id: If7481ee63cb6633bfd38f92267f87cc3ff158607 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>