cxx 3.3.0
- Support Qt 6 and drop support for Qt 5 and Qt 4.
- Support GTK 4 and drop support for GTK 3 and Glade.
- Add an example for GTK 4 and
.ui
files (UI elements defined in XML. This seems to be the way the GTK project is heading). - Add an example for PipeWire.
- Improve the main function detector to also detect signatures where there is a space between
main
and(
. - Fix a warning in the X11 example.
- Update documentation.