Re: Install application in a custom directory/prefix

2014-11-08 Thread Yogesh Marwaha
On 8 November 2014 12:30, Jeremy Whiting wrote: > KDEDIRS is a kdelibs4 concept. If your application is still using > kdelibs4 it can certainly still use $KDEDIRS to find it's plugins and > such... I'm just confused why kio slave plugin is not being detected (though custom libs installed by the ap

Re: Install application in a custom directory/prefix

2014-11-07 Thread Jeremy Whiting
KDEDIRS is a kdelibs4 concept. If your application is still using kdelibs4 it can certainly still use $KDEDIRS to find it's plugins and such... On Fri, Nov 7, 2014 at 11:46 PM, Yogesh Marwaha wrote: > Hi, > > I've a simple question. I want to install my application in a custom > prefix for testi

Install application in a custom directory/prefix

2014-11-07 Thread Yogesh Marwaha
Hi, I've a simple question. I want to install my application in a custom prefix for testing. How do I do that (earlier I used to use $KDEDIRS and $PATH)? --- Elaboratio