按照 “
Qt4 OpenSource for mingw中编译MySQL驱动 ” 这个帖子
http://www.qtcn.org/bbs/read.php?tid=4210编译mysql驱动 make 不了
出现下面的错误:
E:\Qt\4.3.3\src\plugins\sqldrivers\mysql>make
mingw32-make -f Makefile.Release
mingw32-make[1]: Entering directory `E:/Qt/4.3.3/src/plugins/sqldrivers/mysql'
g++ -c -O2 -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_DLL -DQT_NO_DEBUG -DQT_PLUGIN
-DQT_SQL_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"..\..\..\..\include\QtCore" -
I"..\..\..\..\include\QtCore" -I"..\..\..\..\include\QtSql" -I"..\..\..\..\inclu
de\QtSql" -I"..\..\..\..\include" -I"INCLUDEPATH+=E:\MYSQL\INCLUDE" -I"LIBS+=E:\
MYSQL\LIB\OPT\LIBMYSQL.a" -I"mysql.pro" -I"e:\Qt\4.3.3\include\ActiveQt" -I"tmp\
moc\release_shared" -I"." -I"..\..\..\..\mkspecs\win32-g++" -o tmp\obj\release_s
hared\main.o main.cpp
cc1plus.exe: mysql.pro: not a directory
mingw32-make[1]: *** [tmp/obj/release_shared/main.o] Error 1
mingw32-make[1]: Leaving directory `E:/Qt/4.3.3/src/plugins/sqldrivers/mysql'
mingw32-make: *** [release] Error 2
请达人帮忙啊