[Interest] Compiling MySql plugin under Qt 5.8

Thiago Macieira thiago.macieira at intel.com
Thu Sep 29 20:45:53 CEST 2016


On quinta-feira, 29 de setembro de 2016 16:28:28 PDT Dennis Lange wrote:
> cd $QTDIR/qtbase/src/plugins/sqldrivers/mysql
> 
> and run:
> 
> qmake
> 
> I will get
> 
> Project ERROR: Library 'mysql' is not defined.
> 
> even if I use
> 
> qmake "INCLUDEPATH+=/usr/include/mysql"
> "LIBS+=-L/usr/lib/x86_64-linux-gnu -lmysqlclient_r" mysql.pro
> 
> I will get
> 
> Project ERROR: Library 'mysql' is not defined.

Please report this. It's probably a side-effect of the changes to the 
buildsystem.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list