[kmymoney4] [Bug 381790] No mysql support in installer and portable package
Ralf Habacker
bugzilla_noreply at kde.org
Mon Jul 10 13:26:07 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=381790
--- Comment #2 from Ralf Habacker <ralf.habacker at freenet.de> ---
(In reply to Ralf Habacker from comment #1)
> This is caused by two issues:
>
> 1. The Qt4 mysql and sqlite driver dll's are not included in the
> installation
fixed
> 2. There is a qt.conf missing in bin dir to specify that qt4 plugins are
> located at <root>/lib/qt4/plugins
The problem here is that qt is normally be compiled with an absolute path to
the plugin (and other dirs)
see http://doc.qt.io/qt-4.8/qt-conf.html for details and
https://build.opensuse.org/package/view_file/windows:mingw:win32/mingw32-libqt4/mingw32-qt4.spec?expand=1
line 316 for the cross compiled package
-plugindir %{_mingw32_libdir}/qt4/plugins \
With a qt.conf in the bin dir this could be corrected by using a relative path.
Unfortunally adding qt.conf unconditional to the mingw32|64-libqt4 package will
interference with the related qt.conf for mingw32|64-libqt5 if installed in
parallel which is possible.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list