Re: Building own Runner

2015-08-21 Thread David Baum
It's working, thanks a lot. :) Am Freitag, 21. August 2015, 11:46:09 schrieb Stephane MANKOWSKI: > 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 e

Re: Building own Runner

2015-08-21 Thread Stephane MANKOWSKI
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

Building own Runner

2015-08-21 Thread David Baum
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=