I've tried to build CTK with Qt 6.0.0, but already the cmake configuration fails. I've tried to add support for Qt 6 but it turns out there is quite some logic in place to have wrapper macros for calling moc, uic and other tools. Generally Qt 6 should have pretty good cmake support if a very recent cmake is used. But the current implementation of the cmake build scripts is too complex for me to extend it for Qt 6.
Help would be appreciated!
Notes
This section was appended to the original issue description by @jcfr
I've tried to build CTK with Qt 6.0.0, but already the cmake configuration fails. I've tried to add support for Qt 6 but it turns out there is quite some logic in place to have wrapper macros for calling moc, uic and other tools. Generally Qt 6 should have pretty good cmake support if a very recent cmake is used. But the current implementation of the cmake build scripts is too complex for me to extend it for Qt 6.
Help would be appreciated!
Notes
This section was appended to the original issue description by @jcfr
qt6_generate_mocsto ctkMacroGenerateMocs (based onqt5_generate_mocs), leverage CMake AUTOMOC feature. See COMP: Update ctkMacroGenerateMocs to fix warnings using qt5_generate_moc #1007 (comment)