portnov / qcheckers

QCheckers, formely known as KCheckers, is a is a Qt version of the classic boardgame "checkers" ("draughts").
https://portnov.github.io/qcheckers/
GNU General Public License v2.0
6 stars 6 forks source link

qt6? #8

Open je-vv opened 3 years ago

je-vv commented 3 years ago

Just so you know qt6 has been released for some time, I'm not sure if qchckers can explore if it's possible to migrate to native qt6... The presence of a qt6-5compat on Arch, described as:

Module that contains unsupported Qt 5 APIs

Sort of indicates qt6 is not totally backward compatible with qt5...

portnov commented 3 years ago

Hello. I was able to compile qcheckers on Arch (GCC 10.2.0) with Qt6, with minimal changes. See #9. However, after those changes, the compilation on Qt5 breaks... Obviously, one could work it around with preprocessor or other things... For right now, I'm not going to merge that PR. If you wish, you can take code from it and play with it.