Qt 5.2.0, Mac deployment error using macdeployqt
-
The application uses SQLite, the error is:
ERROR: no file at "/opt/local/lib/mysql55/lib/libmysqlclient.18.dylib"
-
Hi,
If you are not using MySQL in your application, you can just remove this plugin from your bundle (you can also check whether you have more than the needed plugins)
Otherwise, is your Qt MySQL plugin built against that lib ? If so, is it in that folder ?
-
No, I am not using MySQL in my application: just using SQLite. To tell you the truth, now that I test the application, it seems to work ok! However, the error message alarmed me! :-)
-
macdeployqt can be mislead when doing its auto detection so you might have to do some additional checks when deploying an application.