<table><tr><td style="">habacker added a comment.
</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/D5173" rel="noreferrer">View Revision</a></tr></table><br /><div><div><p>I did not took a look into every location where an executable is installed into KDE_INSTALL_LIBEXECDIR_KF5, but I guess on Windows any application which may be started *only* by a KF5 provided api may be located in the libexec dir ; all other needs to stay into <install-root>/bin (or <install-root> in case there is no bin dir in the installation I saw in some null soft based installations like digikam)</p>

<p>If you really want to have executables in libexec dir on Windows too a patch is required to change KDE_INSTALL_LIBEXECDIR_KF5  to xxx/libexec and to introduce a different cmake variable for installing all other executables, which points to the "bin"-dir on Windows and the same path as KDE_INSTALL_LIBEXECDIR_KF5 on other platforms. Then every occurrance of KDE_INSTALL_LIBEXECDIR_KF5 in kf5 libraries needs to be checked and replaced by this variable</p>

<p>Adding '5' postfix to 4 executables (see <a href="https://bugs.kde.org/showdependencytree.cgi?id=373928&hide_resolved=1" class="remarkup-link" target="_blank" rel="noreferrer">https://bugs.kde.org/showdependencytree.cgi?id=373928&hide_resolved=1</a>) would be a more simple solution from my opinion.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R263 KXmlGui</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D5173" rel="noreferrer">https://phabricator.kde.org/D5173</a></div></div><br /><div><strong>To: </strong>habacker<br /><strong>Cc: </strong>dfaure, aacid, Frameworks<br /></div>