Discussion:
[Interest] Disabling mysql support in build
Patrick Stinson
2018-06-19 06:38:03 UTC
Permalink
Is there any way to prevent qt from building the mysql plugin? I am getting the following compile errors in qt-5.11.0 on macOS-10.13.5.

Disabling would be ideal because it would solve another problem that the mysql plugin is causing as well.

Thanks!
-Patrick
Shawn Rutledge
2018-06-19 06:45:06 UTC
Permalink
configure -no-sql-mysql I think

If you think we have a bug, you can report one, of course; but mysql doesn’t ship with macOS so I guess it came from brew or some such, so maybe it’s more a matter of the Qt build process not finding everything?
Post by Patrick Stinson
Is there any way to prevent qt from building the mysql plugin? I am getting the following compile errors in qt-5.11.0 on macOS-10.13.5.
Disabling would be ideal because it would solve another problem that the mysql plugin is causing as well.
Thanks!
-Patrick
_______________________________________________
Interest mailing list
http://lists.qt-project.org/mailman/listinfo/interest
Patrick Stinson
2018-06-19 06:56:16 UTC
Permalink
That seems to have worked, so far as configure is concerned. I am not sure if it is a bug or something with my homebrew config.
Post by Shawn Rutledge
configure -no-sql-mysql I think
If you think we have a bug, you can report one, of course; but mysql doesn’t ship with macOS so I guess it came from brew or some such, so maybe it’s more a matter of the Qt build process not finding everything?
Post by Patrick Stinson
Is there any way to prevent qt from building the mysql plugin? I am getting the following compile errors in qt-5.11.0 on macOS-10.13.5.
Disabling would be ideal because it would solve another problem that the mysql plugin is causing as well.
Thanks!
-Patrick
_______________________________________________
Interest mailing list
http://lists.qt-project.org/mailman/listinfo/interest
Loading...