You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In qt5, QStateMaschine was part of core. This seems to have changed in qt6, where it is its own module. So right now it is missing from qt6-main. Any chance of adding it during the compilation?
I would hope that modifying build.bat (set "MODS=%MODS%;statemachine") and build.sh (QT_SUBMODULES=... statemachine...) would be enough.