Hi,

Try this:
cmake .. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`
-DQT_PLUGIN_INSTALL_DIR=`kf5-config --qt-plugins`

Regards.

Le 20/08/2015 22:37, David Baum a écrit :
> Hello everyone,
>
> I've written an own module for Krunner which works pretty well. However there 
> is a problem within the build process and since I don't know where to look 
> at, 
> I want to ask here for some help. 
>
> I build and install the runner from the build directery:
>
> cmake -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` ..
> make 
> sudo make install
>
> The make install copies the .so-file to /usr/lib64/plugins/ but krunner looks 
> in /usr/lib64/qt/plugins/ for it.  So what's wrong? How can I change this? 
> I've looked at the existing runners integrated in kde but I can't found any 
> glue code there that changes the directory or so. My cmake file is attched.
>
> My System: 
> Arch Linux (64 bit)
> cmake 3.3.1
> Qt 5.5.0
>
> Thanks in advance!
>
> Kind regards,
> David
>
>
>>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Reply via email to