Qt Mingw compilation errors - moc_qsqlquery

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Wed Jun 22 22:42:33 CEST 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Robert B schrieb:
> I downloaded qt-win-free-3.3-2005-06-16 from http://webdev.cegit.de/snapshots/kde-cygwin/qt/ .  I followed the  directions on http://kde-cygwin.sourceforge.net/qt3-win32/compile-mingw.php .  Everything works fine until the g++ line I've included below.
> 
> I do not have any sort SQL software installed.  Do I need it?  Are there any configurations that can be changed to indicate that I do not have any SQL software installed?
> g++ -DQT_THREAD_SUPPORT -DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DUNICODE -DQT_MAKEDLL -DQT_THREAD_SUPPORT -DQT_NO_CUPS -DQT_NO_NIS-DQT_NO_IMAGEIO_MNG -DQT_NO_IMAGEIO_PNG -DQT_NO_BIG_CODECS
- -DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_INTERLACE
- -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_COMPACT -DQT_NO_STYLE_POCKETPC
- -DQT_DLL -DQT_MAKEDLL

It looks like you've not set QTDIR correct:
- -I"..\include"
- -I"qt-win-free-3.3-2005-06-16\mkspecs\win32-g++"
should be at least
- -I"$(QTDIR)\include"
and
- -I"$(QTDIR)\qt-win-free-3.3-2005-06-16\mkspecs\win32-g++"

Christian


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFCuc05nNKwkgf+zVMRAsnvAKCVcW+jzYxuW7TvF2wI/4mGlwfi7wCcDekW
HsBD7FzZiQGAjFd2ehWLrZY=
=8a9h
-----END PGP SIGNATURE-----


More information about the kde-cygwin mailing list