QSqlDatabase error
Unsolved
General and Desktop
-
Hi and welcome to devnet,
On what OS are you running digiKam ?
-
Did you build digiKam yourself ?
-
With which version of Qt ?
-
Okay, so what you are likely experimenting is that you have a version of MySQL different than the one used to build the plugin. Currently you likely have the version 18 of the client library and the module was built with 16.
Now you have two options:
- Rebuild the plugin for your 5.6
- Use your distribution Qt 5 to build digiKam
-
- See the link I posted in my first reply to you - contains detailed instructions.
- Install dev packages of Qt (in *buntu 15.10 I think they were named qt5-qmake-dev, but might be something else, they keep changing the package names :-/), then compile DigiKam using system Qt (qmake will be in PATH).