https://bugs.kde.org/show_bug.cgi?id=380139
Bug ID: 380139 Summary: Qt5 requires different path layout as KF5 provides Product: umbrello Version: unspecified Platform: Other OS: MS Windows Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: umbrello-de...@kde.org Reporter: ralf.habac...@freenet.de Target Milestone: --- Qt5 on Windows uses a different runtime path layout as all other required open source packages. To fix this either it is required to patch Qt5 to follow standard unix path layout (data in share, modules in lib and so one) or to adapt KF5 cmake build system and all packaging. The latter requires much work. With KDE4 it is simple to generate a Windows package for example from a linux spec file (rename *.so to *.dll, dll files are located in 'bin' not in 'lib' and so on), but now you need to known exactly which dll is loaded by which component to decide where it has to be installed. -- You are receiving this mail because: You are watching all bug changes.