https://bugs.kde.org/show_bug.cgi?id=362849
Ralf Habacker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Ralf Habacker <[email protected]> --- This issue is because Qt5 QStandardPaths does not understands the 'unix' path layout implemented in cmake buildsystem for KF5. There are the following solutions for this issue: 1. Extend windows port of Qt5 to understand 'unix' path layout. 2. Adjust cmake installation pathes to follow the path layout provided by QStandardPaths on Windows. For 1. there is an experimental patch available at https://build.opensuse.org/package/view_file/home:rhabacker:branches:windows:mingw:win32:Qt55/mingw32-libqt5-qtbase/0001-Add-QStandardPaths-support-for-qt.conf.patch?expand=1 which supports specifying custom pathes through qt.conf. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
