Hi All,
This is my first post, getting the hang of both Qt AND Linux, so please be gentle on me

I'm following the Qt Assistant to build the Plugin on Unix (Linux).
I have Firebird 2.x installed, the directions says:
cd $QTDIR/src/plugins/sqldrivers/ibase

$QTDIR= /usr/lib/qt3 on my installation, so I'm assuming the doc is a bit dated, I cd into

/usr/lib/qt4/plugins/sqldrivers
and where the instructions read:

qmake -o Makefile "INCLUDEPATH+=/opt/interbase/include" "LIBS+=-L/opt/interbase/lib" ibase.pro

I changed the line to:
qmake -o Makefile "INCLUDEPATH+=/opt/firebird/include" "LIBS+=L/opt/firebird/lib" fb.pro

I get an error message: "Cannot find file: fb.pro"
There is no .pro file anywhere in the FB directories.

I did a google on "ibase.pro" and came up with the Trolltech help page, which says
"You need the InterBase/Firebird development headers and libraries to build this plugin."
I downloaded the source code from ourceforge for Firebird, but there's no .pro file in there either !|
Anyone know where I can find it ?
Cheers,