woboq / verdigris

Qt without moc: set of macros to use Qt without needing moc
https://woboq.com/blog/verdigris-qt-without-moc.html
GNU Lesser General Public License v3.0
643 stars 60 forks source link

Qt6 property bindable support #95

Closed arBmind closed 1 month ago

arBmind commented 2 years ago

Note this is a breaking change to the way Verdigris works internally.

Sorry that a lot of changes accumulated here. My intention was originally to mainly speed up compilation times. So I simplified the code base to only C++20. Later I found this to be the base to implement bindable. Here goes nothing…

New requirements:

New features:

Faster compile times:

This enables some cleanups:

While I was on breaking changes, I also upped the project a bit:

If we want to move forward with this, we should do:

arBmind commented 2 years ago

Fixes #84