<table><tr><td style="">bruns created this task.
</td></tr></table><br /><div><strong>TASK DESCRIPTION</strong><div><p>While pathes to executables (PATH) and plugins (QT_PLUGIN_PATHS) can be adjusted, LIBEXEC is hardcoded, see e.g.:</p>
<p><a href="https://community.kde.org/Frameworks/Porting_Notes/KStandardDirs" class="remarkup-link" target="_blank" rel="noreferrer">https://community.kde.org/Frameworks/Porting_Notes/KStandardDirs</a></p>
<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>KStandardDirs::findExe (and the use of the "exe" resource) can be ported to QStandardPaths::findExecutable, except when the executable comes from libexec, in which case the path should just be hardcoded using CMAKE_INSTALL_PREFIX "/" LIBEXEC_INSTALL_DIR.</p></blockquote>
<p>This makes it impossible to test any private helpers without installing them. Worse, this may give false positives are hide errors when running tests from inside the build directory.</p></div></div><br /><div><strong>TASK DETAIL</strong><div><a href="https://phabricator.kde.org/T10547">https://phabricator.kde.org/T10547</a></div></div><br /><div><strong>To: </strong>bruns<br /><strong>Cc: </strong>Frameworks, bruns<br /></div>