On Fri, 7 Nov 2008 18:26:15 +0100, Markus Dahlbokum <[EMAIL PROTECTED]> wrote: >> >> Can you confirm it works for you? >> >> Phil > > > I get unresolved external symbols when compiling with standard > configuration > (sip and PyQt snapshots used). When I configure PyQt without QtWebkit, the > compile works fine (unresolved symbols point to QtWebkit). > > For me this is ok. I don't need QtWebkit. But there is still a bug.
That's a separate issue - I'm sure it's a Qt build bug. The way QtWebKit handles dllimport and dllexport is different to the way other Qt modules handle it. If you make sure QWEBKIT_EXPORT is #defined to be empty then it links without a problem. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
