Skip to content

Set LIBRARY_OUTPUT_PATH to okular/generators

Kai Uwe Broulik requested to merge work/kbroulik/generator-lib-output-path into master

Ensures that running Okular from within the build directory works with QT_PLUGIN_PATH=bin/plugin set, since the directory structure now matches what gets installed.


@aacid @sune

Am able to run Okular from my build dir now using build $ QT_PLUGIN_PATH=bin/plugins bin/okular. Alternatively, if we just dumped them in bin/okular/generators it would probably find them with no extra env set. We can’t because it would override the bin/okular binary then.

Edited by Kai Uwe Broulik

Merge request reports