If I run the following command on my Mac (OS X 10.9 with Qt 5.3):
macdeployqt MyApplication.app/ -dmg -qmldir=/Users/nik/dev/MyApplication/MyApplication/qml
I get the following error message:
ERROR: no file at "/opt/local/lib/mysql55/lib/libmysqlclient.18.dylib"
Since I do use SQL in my application, I need to fix that one.
There is also a bug report [bugreports.qt-project.org] about that error, but there was no action taken.
I have got QT += sql included in my project file and do use QSqlDatabase together with some others cool SQL stuff.
Can you please help me to fix that error? I have tried to run the application on some Mac’s, but it is not working.
↧