Skip to content

CMake: make use of qt_add_plugin for plugins

Gary Wang requested to merge garywang/kimageformats:qt-add-plugin into master

Since we currently require Qt6 in master branch, we can directly use qt_add_plugin() so we can then easily build static plugins when needed.

TODO:

  • fix test failures.

Related: #4 !118 (closed)

Edited by Gary Wang

Merge request reports