[PyKDE] QWindowsXPStyle causing unresolved external symbols with PyQt 3.7 build
Phil Thompson
phil at riverbankcomputing.co.uk
Tue Jul 8 09:53:01 BST 2003
On Monday 07 July 2003 9:17 pm, Tuvi, Selim wrote:
> I am getting unresolved external symbols when building PyQt 3.7
> (commercial version) with Visual Studio .Net 2002 with Qt 3.1.1. I believe
> when I compiled Qt, I specified Windows XP Style support as a plugin (not
> direct). Is there a way to avoid the link errors or to exclude this class
> from the PyQt compile? Here is some output from the link step:
You might be able to modify the generated Makefile to explicitly link against
the plugin.
You could just comment out the %Include qwindowsxpstyle from qtmod.sip.
Phil
More information about the PyQt
mailing list