im building a small static qt library using VS2010, unfortunately, mysql got this error: c:\qtstatic\src\sql\kernel\../drivers/mysql/qsql_mysql.h(52) : fatal error C1083. how can i resolve this?
: Cannot open include file: 'mysql.h': No such file or directory
im building a small static qt library using VS2010, unfortunately, mysql got this error:
Share
Do you have mysql installed? If yes, check where it’s header files are.