Skip to content

Hardcode plugins location relative to executable directory.

Daan De Meyer requested to merge (removed):hardcode-plugins-location into master

This removes the need for setting QT_PLUGIN_DIR when building Kate from source.

We can put this in a config file if needed but I don't think the added value from that is worth the extra complexity compared to just hardcoding the plugin directory path relative to the executable's location.

Merge request reports