[SM-Discuss] qt4 and stlport

Juuso Alasuutari iuso at sourcemage.org
Sat Jan 31 06:26:18 EST 2009


Juuso Alasuutari wrote:
> After the 2008-12-11 change "make stl support specific" qt4 only builds 
> with STL support if it depends on stlport. Yet STL support works without 
> stlport, provided that Qt is built with the -stl flag.
> 
> Some Qt software refuses to build without STL support, usually because 
> of a missing QString::toStdString() implementation.
> 
> This was just a heads up; I'll remove the optional dependency on stlport 
> from qt4. Tell me if something breaks.

Continuing. How about if I do this properly and:

- remove stlport dependency
- remove forced -stl flag from BUILD
- add config_query for STL (-stl/-no-stl), default to y
- add sub-dependency STL to be used by spells that require it?

J



More information about the SM-Discuss mailing list