PDA

View Full Version : [legal] Qt MYSQL plugin license questions



mtrpoland
6th July 2010, 14:22
I've done a lot of searching but I haven't managed to find a concise answer.
My question are:

1.
MySQL client C API is GPL'ed.
If we link either statically or dynamically to mysql client library we poison our code with GPL.
True or false?

2.
Does Qt MySQL driver use MySQL client C API?

3.
If (2. == yes) Does making our closed software using Qt with Qt MySQL plugin GPL-poisoned?