[PyQt] PyQt compile error on Windows XP

Phil Thompson phil at riverbankcomputing.com
Fri Nov 7 18:32:41 GMT 2008


On Fri, 7 Nov 2008 18:26:15 +0100, Markus Dahlbokum <dahlbokum at intes.de>
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


More information about the PyQt mailing list