Hi, I'm very newbie, I learn to program in C++ too many years ago, so I'm a little stock here. I'm copying the code from Sqlbrowser demo. So, I need help with this issue.

This is my code:

Qt Code:
  1. #include <QtSql>
  2. #include <QtCore>
  3. #include <QtGui>
  4. #include "browser.h"
To copy to clipboard, switch view to plain text mode 

And I have a lot of error during the compiling, because the compiler can't find QtSql file, but this file is into the C:\Archiv...\...qt\include\QtSql\

Thanks