On Sun, Jan 3, 2016 at 1:47 AM, jb <j...@kdenlive.org> wrote: > On Saturday, January 02, 2016 01:14:31 PM Kai Uwe Broulik wrote: >> -DKDE_INSTALL_USE_QT_SYS_PATHS=ON > > Thanks a lot, it worked, would never have found it by myself! > Can I set it by default in the CMakeLists.txt or is there any known side > effects ?
This is due to distribution patching. By default Qt installs it's plugins to $libprefix/plugins/ but distributions change this to $libprefix/qt5/plugins/ Setting KDE_INSTALL_USE_QT_SYS_PATHS to ON by default is hostile to both our own CI system and anyone who uses a distro Qt but installs their self built software in a different prefix (for isolation, etc). I would consider this a defect in the distribution packaging, so the bug should be reported to them - if you are going to adjust Qt in this manner, then you should also ensure the various install routines shipped alongside CMake install in your adjusted location suffix ($libprefix/qt5/plugins/ in this instance) Regards, Ben > > Regards > Jean-Baptiste Mardelle > >>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe << >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<