Julian Wiegel - 2011-06-08

Hi!

I still get the same error about linking MetaObject when building PythonQt. Everything else compile fine (examples compile) - just PythonQt returns this error:

1>---- Erstellen gestartet: Projekt: PythonQt_d, Konfiguration: Release Win32 ----
1> Bibliothek "..\lib\PythonQt.lib" und Objekt "..\lib\PythonQt.exp" werden erstellt.
1>PythonQtSignalReceiver.obj : error LNK2001: Nicht aufgelöstes externes Symbol ""public: static struct QMetaObject const PythonQt::staticMetaObject" (?staticMetaObject@PythonQt@@2UQMetaObject@@B)".

See my post here:
https://sourceforge.net/tracker/?func=detail&aid=3313231&group_id=181737&atid=898399

Does anyone ran into the same or similar problem?

Julian Wiegel