Description
States and transitions aren't used by any other component in Qt itself (afaik). The animation system is currently being used by QML, but a pending refactoring of that code would remove that dependency.
In that case it might make more sense to group these two libraries together into a separate module (maybe libQtStateMachine or something similar).