Open Gliese852 opened 3 months ago
Everyone contributing to this PR have now signed the CLA. Thanks!
Well, now CI is building a version for Qt6. Tests fail just like in main; tests added for Qt6 also fail.
@robert-ancell, Do I need to sign a Canonical CLA, and if so, can I use your name as a contact?
@Gliese852 yes, you will need to sign the CLA and you can use my name. Thanks!
Squashed the fixup commits to at the same time provoke the launch of CI, at least the cla-check is now successful.
I would like to port
lightdm-kde-greeter
to qt6, and this requires the corresponding lightdm library.I did not delete the version for qt5, the versions do not interfere with each other. The source code has not changed much, just updated the outdated
QString::toAscii
method.Added an m4 macro to search for the
moc
executable file to check the version. It seems that this will be more reliable if there are several of them in the system. For reference, I used macros from thefreeciv
project. (qt6.m4)