bcooksley added a comment.
In https://phabricator.kde.org/D5173#124620, @habacker wrote: > BTW: You mentioned that KF5_LIBEXEC_INSTALL_DIR is 'bin/libexec/kf5/' on Windows, Should it not be lib/libexec/kf5 ? On unix this is located in 'lib[64]/libexec/kf5 ' - why this difference ? Windows only looks in system locations (as specified in %PATH%) and the current directory of the binary for library (dll) files. Therefore on Windows *.dll files are stored in $prefix/bin/ and not $prefix/lib. As a consequence the libexec directory is also relocated to $prefix/bin/ REPOSITORY R263 KXmlGui REVISION DETAIL https://phabricator.kde.org/D5173 To: habacker Cc: bcooksley, dfaure, aacid, #frameworks