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

--- Comment #10 from Thomas Baumgart <tbaumg...@kde.org> ---
No, it will be printed like all the other stuff you see. If it does not show
up, then it could be that the installation of the plugins is not correct.

Here is how you could verify if they end up in the right directory. Check the
directory where a standard KDE plugin is located.

thb@thb-nb:~$ find /usr -name kcm_sddm.so 
/usr/lib64/qt5/plugins/kcm_sddm.so

Then search for a KMyMoney one. It needs to be in the same path but in a
subdirectory named kmymoney.

thb@thb-nb:~$ find /usr -name sqlstorage.so
/usr/lib64/qt5/plugins/kmymoney/sqlstorage.so

If you see multiple locations, then your build needs to tweak the
KDE_INSTALL_PLUGINDIR setting. I have mine set to "/usr/lib64/qt5/plugins". If
I don't do that, the plugins are installed in a false location and not picked
up.

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

Reply via email to