Re: Plugin install question

2016-01-02 Thread Luca Beltrame
Il Sun, 03 Jan 2016 10:02:24 +1300, Ben Cooksley ha scritto: > 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 Notice that this is a way to allow coinstallability of some kdelibs 4.x and KF5 based appli

Re: Plugin install question

2016-01-02 Thread Ben Cooksley
On Sun, Jan 3, 2016 at 1:47 AM, jb 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 ?

Re: Plugin install question

2016-01-02 Thread jb
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 ? Regards Jean-Baptiste Mardelle >> Visit http://ma

Re: Plugin install question

2016-01-02 Thread Kai Uwe Broulik
Hi, Try passing the argument -DKDE_INSTALL_USE_QT_SYS_PATHS=ON to cmake. Something 's weird on Kubuntu in this regard, took me ages to figure out. Cheers,  Kai Uwe >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Plugin install question

2016-01-02 Thread jb
Hi all, I have a question about KDE install dirs. In my application, I have made a thumbnailer for use with Dolphin. In the CMakeLists.txt file, i install the thumbnailer like this: install(TARGETS mltpreview DESTINATION ${PLUGIN_INSTALL_DIR}) ${PLUGIN_INSTALL_DIR} seems to be the standard in