Skip to content
Commit 6880e168 authored by Filipe Saraiva's avatar Filipe Saraiva
Browse files

Plugin loading mechanism ported to Qt5/KF5

Now, Cantor is using K_PLUGIN_FACTORY_WITH_JSON and the
plugins are installed in different directories of Qt
plugin system:
    * backends are in cantor/backends;
    * assistants are in cantor/assistants;
    * panels are in cantor/panels;
The metadata now are using .json files and they are
inserted in plugin. .desktop files were deprecated
except by the libcantorlibs plugins - there are
.desktop files yet, but they are converted to .json
files during the build.

REVIEW: 124168
parent 4398a399
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment