Ibase SQL plugin build error
-
wrote on 24 Jan 2017, 06:44 last edited by A Former User 3 Nov 2017, 16:01
Can't compile ibase sqlplugin for version 5.8
$ cd Qt-online/5.8/Src/qtbase/src/plugins/sqldrivers/ibase $ qmake Project ERROR: Library 'ibase' is not defined.
With 5.7.1 everything is ok.
-
Hi,
There has been modification in the build system form Qt. Try setting the
QMAKE_INCDIR_IBASE
,,QMAKE_LIBDIR_IBASE
andQMAKE_LIBS_IBASE
variables. -
wrote on 31 Jan 2017, 14:14 last edited by
I got same problem. Have you found the solution?
-
wrote on 1 Feb 2017, 07:05 last edited by
Look bugreport https://bugreports.qt.io/browse/QTBUG-58372
-
wrote on 10 Mar 2017, 22:47 last edited by
Hello, I have the same problem, could someone solve it? Thank you
-
One simple way is to comment the
QMAKE_USE
line and then proceed as before. -
wrote on 11 Mar 2017, 05:16 last edited by
Thanks now it works.
-
Hi and welcome to devnet,
Pleas avoid using all caps word like that. It's considered as shouting and rude in written language.
As for the suggestion I made earlier: in the .pro file corresponding to the driver you are building.
Before doing that, you should check the error logs to see exactly what is failing.
-
Hi and welcome to devnet,
Pleas avoid using all caps word like that. It's considered as shouting and rude in written language.
As for the suggestion I made earlier: in the .pro file corresponding to the driver you are building.
Before doing that, you should check the error logs to see exactly what is failing.