Re: [Interest] Disabling mysql support in build

2018-06-18 Thread Patrick Stinson
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. > On Jun 18, 2018, at 11:45 PM, Shawn Rutledge wrote: > > configure -no-sql-mysql I think > > If you think we have a bug, you can report one, of course; but mysql doe

Re: [Interest] Disabling mysql support in build

2018-06-18 Thread 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? > On 19 Jun 2018, at 08:38, Patrick Stinson wrote:

[Interest] Disabling mysql support in build

2018-06-18 Thread 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