• Dmitry Blinov's avatar
    make qt4 actually support qgtkstyle · 26b5433b
    Dmitry Blinov authored
    QGtkStyle (needed for Proview-R) support in qt4 needs glib.
    However, config script for qt4 is written in such a way that if glib is not
    requested but QGtkStyle is requested, it just silently turns QGtkStyle off.
    
    On the other hand, if glib is requested explicitly, then if script fails to
    enable QGtkStyle it reports an error properly.
    I think it was a bug in qt4 error reporting mechanism that made compilation go
    smoothly even though requested QGtkStyle was never provided.
    Nobody will fix it now though.
    
    Anyway, this commit properly enables glib and fights with everything that rises
    up as a result of this, leading to successfull QGtkStyle support.
    
    https:// link just works more reliably as I found after several timeouts.
    26b5433b
buildout.cfg 5.37 KB