Jmgr / actiona

Cross-platform automation tool
https://actiona.tools
GNU General Public License v3.0
519 stars 65 forks source link

Migrate to Qt6 #203

Closed Jmgr closed 1 year ago

Jmgr commented 1 year ago

This migrates Actiona from Qt5 to Qt6. A few APIs have been removed from Qt6, so unfortunately the features that depended on them had to be truncated or removed.

Removed features:

This migration was needed so that the project can still be maintained in the future when Qt5 will be deprecated. Code (JS) execution should be faster since the underlying engine is more modern.