https://bugs.kde.org/show_bug.cgi?id=449966

--- Comment #8 from infrandomn...@gmail.com ---
(In reply to Waqar Ahmed from comment #6)
> I assume you cloned the repo and did 
> 
> mkdir build
> cd build
> cmake .. 
> make
> ./bin/kate # run
> 
> if so, the kate that gets run loads system plugins and not the ones you
> built yourself. To do the latter, run kate like:
> 
> QT_PLUGIN_PATHS=./bin ./bin/kate -n .
> 
> Also make sure, you build the whole project and not just the target
> "kate-bin".
> 
> Alternatively, you can use kdesrcbuild but that takes a lot of time.

I did exactly this process : 
mkdir build
cd build
cmake .. 
make
QT_PLUGIN_PATH=./bin ./bin/kate
(while being in the build folder)
But the analysis tools don't seem to get compiled

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to