Details
-
Bug
-
Resolution: Out of scope
-
P4: Low
-
4.3.3
-
None
Description
The libs are called fbclient_bor.lib and fbclient_ms.lib, respectively, whereas Qt by default links against fbclient.lib.
The workaround is to call qmake like this:
qmake -o Makefile "INCLUDEPATH+=C:\pathtofirebird\include" "LIBS+=-LC:\pathtofirebird\lib -lfbclient_ms" ibase.pro