↧
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 Article