To me it seems that you've not configured Qt for sql plugin and that's the reason that you cannot find the Qt file qsqldriverplugin.h. If it would've been problem with installing mysql or other database libraries I think you would've gotten other errors.Originally Posted by danieltruchsess
Run ./configure -help to see what options for configure that you need. I expect it to be similar to(sorry if I'm stating the obious)Qt Code:
./configure -plugin-sql-mysql // in case of mysql driver // // Then jus run gmake su gmake install //(remember to install it to the right place or changing your QTDIR (path)To copy to clipboard, switch view to plain text mode
Have you checkout out this thread? http://lists.trolltech.com/qt-intere...ad00014-0.html
The thread you pointed to had a link here and I think it's pretty good
Bookmarks