I am somewhat new to qt/c++ (coming from a php/sql world) and I am trying to get my qt c++ app to connect to my mysql database on my localhost.
I understand that I need to create a plugin to connect to the mysql driver? Do I need to recompile qt? qt creator? Apologies if the question is a bit confusing, but I am a bit lost.
Thanks in advance.
I am using MAMP for the mysql. Mac is 10.6 (64 bit).