Ibase error
-
Error when compiling driver.
https://bugreports.qt.io/browse/QTBUG-58372cd qtbase
qmake – <your relevant configure options go here>
cd src/sql
qmake
cd ../plugins/sqldrivers
qmake
makeAt the last stage:

-
Hi and welcome to devnet,
What parameters did you pass ?
-
Which qmake did you use ?
-
What I did lately to workaround that problem is to comment the QMAKE_USE statement, and call qmake as before in the plugin source folder with the parameters to point to the right library.
All that without calling qmake in the qtbase nor sql folder.
-
What I did lately to workaround that problem is to comment the QMAKE_USE statement, and call qmake as before in the plugin source folder with the parameters to point to the right library.
All that without calling qmake in the qtbase nor sql folder.
-
I'd do that from a clean source tree. Or rather, I'd do that from an out of source build.
-
Great !
In that case, please mark the thread as solved using the "Topic Tools" button so that other forum members may know a solution has been found :)