[SOLVED]MySQL library problem
-
You're missing a slash before Users
-
You should, unless the libmysqlclient is very different from the one Qt was built with.
-
That's the PostgreSQL plugin. Like I suggested before, just remove the plugins you don't need from your bundle.
-
I didn't suggest to remove all other plugins, just the SQL related plugins you don't use
-
Start it from the command line, what does it tell you ?
-
@SGaist Strangely the ERROR disappear and working app bundle was created w/out changing anything.Unfortunately the app created database.db in the path i set (in this case in the program.app/contents/MacOS but can't write inside!
Starting the app from QT can write in to the db, but starting it outside Qt doesn't write, but creates it.
-
You need to use a writable path (look at QStandardPaths) Writing in the bundle itself is not something to do and it's even prohibited if you use the App Store to distribute your application.
-
Yes, you can, they have restriction but no, external frameworks are not prohibited.