I've got an application using sqlite
that works fine when running it through the compiler. (Both debug and release more). However when I try to deploy it with macdeployqt
I get the following error:
ERROR: no file at "/opt/local/lib/mysql55/lib/libmysqlclient.18.dylib"
When trying my app on a mac that does not have Qt
installed it crashes randomly after a few minutes.
Any ideas? I am not using mysql
in my app just sqlite
.