↧
avoid invalid lastX times
if you have some broken config, with invalid future times, the start functions for all timers will overflow e.g. I have here 2063 as year in my config this will sanitize the lastX entries after...
View Articleqtversionsource: fix Qt 6.5 build
Since qtbase 50b05e3e2ad969abf4b939d5db2253380e47d775 (6.5 prerelease), qVersion moved frm qglobal.h to qlibraryinfo.h.
View ArticleHide finding docs dependencies behind ENABLE_DOCS
It was also oddly placed within CMakeLists.txt so moved it below major Qt dependency calls (and the actual "# Dependencies" block). Signed-off-by: Andreas Sturmlechner<asturm@gentoo.org>
View Article