[EMAIL PROTECTED] wrote:

> Phil,
> 
> is it possible to run PyQt on Qt-3.0.4 embedded?


Not without changes to the .sip files.


> I have cheated:
> 
> (1) making a link libqt-mt.so to libqte-mt.so for
> the configure scripts
> (2) tried to use PyQt-3.0.4-Qtopia (fails because
> it expects Qt-2.3.1).
> (3) tried to use PyQt-3.0.4-Qt-3.0.4-X11 (fails
> because during linking, because it requires HANDLES
> to X11 stuff).
> 
> If it is possible to let sip generate source code
> for Qt-3.0.4 embedded, I can give it a try myself.
> If not, can you help me?


The way to do it is to grep the .h files for QWS specific changes and 
make corresponding changes to the .sip files. You may also need to add 
Qt3 specific features to versions.sip.

Phil

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to