Re: compiling tuxcards
Christian Ehrlicher <[email protected]>
| Newsgroups | gmane.comp.kde.devel.cygwin |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ralf Habacker schrieb: > I've got this running with > > #define dynamic_cast static_cast After some investigation I've found out why tuxcards crashes on start. First tuxcards.pro is wrong. The line "CONFIG = qt warn_on release #debug #release #staticlib" has to be "CONFIG += qt warn_on release #debug #release #staticlib" otherwise our settings in %QTDIR%\.qtwinconfig and <QTDIR>\mkspecs\win32-xxxx\qmake.conf are overwritten. But this wouldn't solve the crash because in our .qtwinconfig 'rtti' and 'exceptions' were not added to the config line. I've fixed this, but had no time to test tuxcards without our modifications. Christian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFCa6QdnNKwkgf+zVMRAiRIAJ4l6HI3lOBftZLY5IrHH1xzfKWDkwCgpNAh vzqcFXZC+HsFwKv1+4J9I7s= =wbz+ -----END PGP SIGNATURE-----