Closed bakerb845 closed 2 years ago
The following are the requisite changes to get a Qt 6.x compilation.
I've tried to modify the cmake so that it first looks for Qt6 and then, if not present, reverts to Qt5. However, I don't have Qt5 on my machine so I can't test this functionality.
I can test it for Qt5 fallback.
I have tested with Qt5. Few fixes needed:
My test patch with fixes here: 0001-Fixes-from-AmonRaNet.patch.zip
Changes are merged with small formatting adjustments and credits update. Thanks for helping with Qt6 adaptation!
The following are the requisite changes to get a Qt 6.x compilation.
I've tried to modify the cmake so that it first looks for Qt6 and then, if not present, reverts to Qt5. However, I don't have Qt5 on my machine so I can't test this functionality.