Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ogl-runtime: fix build on musl libc | Samuli Piippo | 2019-08-09 | 1 | -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 issues | Samuli Piippo | 2019-08-05 | 1 | -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 errors | Samuli Piippo | 2019-08-05 | 1 | -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> |