Skip to content

Revert "Fix QT_PLUGIN_PATH for unittests"

Ahmad Samir requested to merge work/ahmad/revert into master

As discussed in [1], it's simpler to put the files in builddir/bin/, i.e. no /plugins subdir, this makes it easier to run the unittest directly from the CLI/debugger/IDE, without relying on ctest exporting the correct QT_PLUGIN_PATH; instead QCoreApplication::libraryPaths() will pick up the plugins in e.g. builddir/bin/kf5/kio/ automatically.

This will be followed by a change in KCoreAddons to remove the /plugins/ dir from the path in the builddir.

[1] !213 (merged)

Merge request reports