Hello everybody. I have a problem and would like someone to help me. How do I create plugin for firebird-database 2.5.2. I’ve tried every way and so far nothing .. I can not compile .. I’m using qt 5.0.2 and mingw compiler. Whenever I try appears errors …
Someone help please?

Qt Code:
  1. TARGET = qsqlibase
  2.  
  3. SOURCES = main.cpp
  4. OTHER_FILES += ibase.json
  5.  
  6. INCLUDEPATH += "C:/Program Files/Firebird/Firebird_2_5/include" C:/tmp/src/include
  7. LIBS += "C:/Program Files/Firebird/Firebird_2_5/lib/fbclient_ms.lib"
  8.  
  9.  
  10. include(../../../sql/drivers/ibase/qsql_ibase.pri)
  11.  
  12. PLUGIN_CLASS_NAME = QIBaseDriverPlugin
  13. include(../qsqldriverbase.pri)
To copy to clipboard, switch view to plain text mode 

error
Qt Code:
  1. c:\qt\qt5.0.2\tools\mingw\i686-w64-mingw32\include\iscsidsc.h:8: In file included from c:\qt\qt5.0.2\tools\mingw\bin\../lib/gcc/i686-w64-mingw32/4.7.2/../../../../i686-w64-mingw32/include/iscsidsc.h:8:0,
  2. C:\Qt\Qt5.0.2\5.0.2\Src\qtbase\src\sql\drivers\ibase\qsql_ibase.cpp:60: from ..\..\..\sql\drivers\ibase\qsql_ibase.cpp:60
To copy to clipboard, switch view to plain text mode