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

Ralf Habacker <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #13 from Ralf Habacker <[email protected]> ---
(In reply to Stefan Vater from comment #12)
> I just checked if the self compiled kmymoney really uses its own plugins and
> it seems that it still used the ones from the system (rpm package).
> 
Setting QT_PLUGIN_PATH to the lib dir below the build root can help here. 

Then run 

gdb <build-dir>/bin/kymoney 
b main
r
info sharedlibrary

to see the list of loaded plugins and there location.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to