[Qt-interest] Help me using mysql with qt-creator
Robert Hairgrove
evorgriahr at hispeed.ch
Mon Aug 3 11:41:29 CEST 2009
Aditya Sharma wrote:
> But when I run mingw32-make, it gives me this error :
>
[some snipped...]
> -L"c:\qt\4.5\qt\lib" -L"c:\qt\4.5\qt\lib"
> tmp\obj\debug_shared\qsqlmysqld_reso
> urce_res.o C:\mysql\MySQL Server <version>\lib\opt\libmysql.lib
> -lQtSqld4 -lQtCo
> red4
> The system cannot find the file specified.
You seem to have installed MySQL in a path which contains spaces. This
is not good because qmake is known to have problems with it.
Is that really the name of the path: "C:\mysql\MySQL Server <version>"?
Shouldn't the <version> be replaced by some numbers?
More information about the Qt-interest-old
mailing list