[Qt-interest] Help with PostgreSQL Driver

Peter M. Groen pgroen at osdev.nl
Tue Dec 1 23:45:28 CET 2009


Are you sure, the moc.exe is in that path? I don't think hte problem is
with the PSQL-plugin, but with your Qt-installation. Try to replace al
the forward slashes to backslashes....

thus : 
C:/Qt/2009.05/qt/bin/moc.exe

into :
C:\Qt\2009.05\qt\bin\moc.exe

Kind Regards

-- 
Open Systems Development
Peter M. Groen
Klipperwerf 12
2317 DZ  Leiden
Tel	: +31-71-5216317
Mob	: +31-6-29563390
Email	: pgroen at osdev.nl
WWW	: http://www.osdev.nl
Skype	: peter_m_groen


On Tue, 1 Dec 2009 16:28:18 -0500
Lawrence Haslem <lhaslem3 at gmail.com> wrote:

> I got the following error when trying to configure the PSQL-plugin
> for Qt.
> 
> 'C:/Qt/2009.05/qt/bin/moc.exe' is not recognized as an internal or
> external command, operable program or batch file.
> mingw32-make[1]: *** [tmp/moc/debug_shared/moc_qsql_psql.cpp] Error 1
> mingw32-make[1]: Leaving directory
> `C:/Qt/2009.05/qt/src/plugins/sqldrivers/psql'
> mingw32-make: *** [debug-all] Error 2




More information about the Qt-interest-old mailing list