https://bugs.kde.org/show_bug.cgi?id=369085
--- Comment #4 from Ralf Habacker <ralf.habac...@freenet.de> --- The current QStandardPath implementation in Qt5 only supports hardcoded installation pathes 1. bound to a fixed drive and 2. bound to a fixed path KDE Applications on Window provided as portable, setup or msi packages have all required Qt5 and KF5 libraries bundled in the related binary packages. Issue 2 makes it impossible to build portable applications and to use installers with with different frameworks versions because ui_standards.rc would be overwritten by other installers. To solve the issues kxmlgui needs to embed ui_standards.rc into the installed shared library. Another approach would be to patch Qt5 to support QStandardPaths directories relative to the Qt installation pathes -- You are receiving this mail because: You are watching all bug changes.