Re: Does Qt SQL drivers compile on FreeBSD: Was: Qt sql drivers

2002-09-21 Thread GERARDO ENRIQUE PAREDES MANCIA
No, it's not finding qsql_mysql.h On Friday 20 September 2002 14:50, you wrote: > it's not finding mysql.h, which lives in /usr/local/include/mysql. you > need to hardcore -I/usr/local/include/mysql into that dir's Makefile. > > -Adam > > >> (09.20.20

Re: Qt sql drivers

2002-09-20 Thread GERARDO ENRIQUE PAREDES MANCIA
at least given as a choice? On Friday 20 September 2002 14:50, Adam Weinberger wrote: > it's not finding mysql.h, which lives in /usr/local/include/mysql. you > need to hardcore -I/usr/local/include/mysql into that dir's Makefile. > > -Adam > > >> (09.20.2002 @ 1

Qt sql drivers

2002-09-20 Thread GERARDO ENRIQUE PAREDES MANCIA
I have tried to compile Qt-3.0.5 with sql plugin support enabled, adding the following line to the Makefile: -plugin-sql-mysql which is what configure -help says, i was just wondering if they are not enabled by default, it maybe means, sql plugin support in Qt is broken for F