On Monday, 8 May 2017 08:38:03 PDT Giuseppe D'Angelo wrote:
> Il 08/05/2017 16:47, Thiago Macieira ha scritto:
> > qmake has changed. I believe there's an open bug report about updating the
> > instructions on how to build the plugins.
>
> That would be
>
> https://bugreports.qt.io/browse/QTBUG-5
Il 08/05/2017 16:47, Thiago Macieira ha scritto:
qmake has changed. I believe there's an open bug report about updating the
instructions on how to build the plugins.
That would be
https://bugreports.qt.io/browse/QTBUG-58372
I still maintain that this should be a P1 and a release blocker for
On Monday, 8 May 2017 04:57:32 PDT Welsch, Christoph wrote:
> Without this line it works as usual. Is this a bug within the pro file or
> has the qmake call changed?
qmake has changed. I believe there's an open bug report about updating the
instructions on how to build the plugins.
--
Thiago Ma
Hi,
I'm trying to build the sqldriver plugins with qt 5.9.
In 5.5 it was no problem to build the drivers with following qmake call:
qmake INCLUDEPATH+=D:/QtBuild/Qt-Win64/Qt5-WinDeps-64bit/windeps\MySQL\include
LIBS+=D:/QtBuild/Qt-Win64/Qt5-WinDeps-64bit/windeps\MySQL\lib\libmysql.lib
D:/QtBuil