<table><tr><td style="">sitter created this revision.<br />Herald added a project: Frameworks.<br />Herald added a subscriber: kde-frameworks-devel.<br />sitter requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D18725">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>the kioslave harness is installed to LIBEXEC_KF5 which is '$libexec/' on<br />
win32 (technically $bindir) and '$libexec/kf5/' everywhere else.<br />
since we cannot expect qt.conf to point to the $libexec/kf5/ path<br />
(what with other bits of the application or libraries wanting to find<br />
their own stuff in libexec), we need to explicitly try to search the<br />
suffixed version as well. IOW: the expectation is that the path is<br />
<tt style="background: #ebebeb; font-size: 13px;">/foo/libexec/</tt> and we'll also want to check <tt style="background: #ebebeb; font-size: 13px;">/foo/libexec/kf5/</tt> as that<br />
is where the binary may be located on !win32.</p>

<p>this enables !win32 builds to be somewhat more relocatable, so long as<br />
qt.conf contains a suitable path config</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R241 KIO</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D18725">https://phabricator.kde.org/D18725</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/core/slave.cpp</div></div></div><br /><div><strong>To: </strong>sitter<br /><strong>Cc: </strong>kde-frameworks-devel, michaelh, ngraham, bruns<br /></div>