Adapt CMake code to make it build with Qt6
Use QT_MAJOR_VERSION, to match what we have in ECM. BUG: 442296
View ArticleBuild docs on Qt6 too
It looks in qcollectiongenerator isn't available in Qt6, hence the qch won't be built in Qt6.
View ArticleFix linking libKUserFeedbackCommon.a
It needs to be compiled with -fPIC because it's linking a static lib with a shared lib; otherwise we get: /usr/lib64/gcc/x86_64-suse-linux/11/../../../../x86_64-suse-linux/bin/ld:...
View ArticleSVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
View ArticleTell no data has been sent if no data has been sent
Instead of having a link that looks clickable but isn't
View Articleavoid 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