Skip to content
  • Filipe Saraiva's avatar
    Plugin loading mechanism ported to Qt5/KF5 · 6880e168
    Filipe Saraiva authored
    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
    6880e168