PyQt 3.1 Compilation Problems

James Lamanna jlamanna at its.caltech.edu
Sun Apr 28 19:33:37 EDT 2002


Phil Thompson wrote:

>
>This is a similar bug in the Mandrake 8.1 Qt package. They removed the
>the QSGIStyle and QCDEStyle classes for some reason, but didn't make the
>corresponding change to qconfig.h.
>
>Add the following to $QTDIR/include/qconfig.h and try again...
>
>#define	QT_NO_STYLE_SGI
>#define QT_NO_STYLE_CDE
>
>Phil
>
>.
>
Just thought I'd let you know that apparently the Debian Qt package also 
leaves out the Windows and Motif styles, so you have to add
#define QT_NO_STYLE_WINDOWS
#define QT_NO_STYLE_MOTIF
also.

--James Lamanna







More information about the Python-list mailing list