Subject Re: [firebird-support] Building SQL Plugin for Qt4
Author Helen Borrie
At 11:03 PM 25/04/2007, you wrote:
>I want to to build the Plugin for a Qt project.
>I have Firebird 2.x installed, the Qt directions to build the plugin
>says I need the InterBase/Firebird development headers and libraries
>to build this plugin.
>Anyone know where I can find it ?

In your Firebird installation!

ibase.h and iberror.h are in the /include directory.
By "libraries" I guess they mean fbclient.dll (Windows) or
libfclient.so (POSIX), since these are presumably what your QT
widgets will plug in to.

./h