Thank you for the quick reply.
I installed libqt5sql5-mysql and libqsqlmysql.so is installed in /usr/lib/arm-Linux-gnueabihf/qt5/plugins/
but the QMYSQL Driver is still not found!
What did I forget?
Thank you
Thank you for the quick reply.
I installed libqt5sql5-mysql and libqsqlmysql.so is installed in /usr/lib/arm-Linux-gnueabihf/qt5/plugins/
but the QMYSQL Driver is still not found!
What did I forget?
Thank you
Hmm, the package dependencies should have ensured all libraries are there, but check with ldd on the plugin .so that it indeed has all the libs it needs.
You can also try setting the envionment variable QT_DEBUG_PLUGINS to a non-zero value and see if this gives you any more hints
Cheers,
_
Thank you!
Setting QT_DEBUG_PLUGINS was a good idea!
So I found out that there was some mixture with QT4 which is/was also installed.
After reconfiguring and recompiling everything is working now!
Best wishes!
Bookmarks