Sam_Horvath
(Sam Horvath (Kitware))
November 7, 2022, 10:14pm
1
Tomorrow, we will be having our next weekly hangout at 10:00 AM ET until 11:00 AM ET.
Anyone is welcome to join to ask questions at https://bit.ly/slicer-googlemeet-hosted-by-kitware
Agenda:
Please post to this thread to put a topic on the agenda! We will try to prioritize agenda items during the meeting.
Thanks
Sam and J-Christophe
A MITK developer has started to make CTK compatible with Qt6 and has a few points about how they should proceed. To not hold up this developer hopefully we can provide a specific response to these points. See the following comment:
opened 09:28PM - 06 Jan 21 UTC
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_
* [ ] Instead of adding `qt6_generate_mocs` to [ctkMacroGenerateMocs](https://github.com/commontk/CTK/blob/master/CMake/ctkMacroGenerateMocs.cmake) (based on `qt5_generate_mocs`), leverage [CMake AUTOMOC](https://cmake.org/cmake/help/latest/manual/cmake-qt.7.html#automoc) feature. See https://github.com/commontk/CTK/pull/1007#discussion_r743404846
1 Like