When I try to compile the mysql plugin for Qt4 using "sudo make", I get this error: "make: Nothing to be done for 'first'". Any ideas on what I can do to fix this?
Printable View
When I try to compile the mysql plugin for Qt4 using "sudo make", I get this error: "make: Nothing to be done for 'first'". Any ideas on what I can do to fix this?
well, then properly the building is already complete.
hmm.. that may be the reason :p
But after I re-compiled the whole Qt package, and compiled this code:
all output I get is: "( )", so I would assume no sql database drivers are installed...Code:
#include <QCoreApplication> #include <QtSql> int main(int argc, char *argv[]) { return a.exec(); }
I thought the plugin was the problem, but it didn't help. :confused:
How do you recompile Qt package?