> Is there some alternative to rolling my own Qt package? If not, is there > anyone else out there who needs or would like to have an alternative > version of Qt with STL?
Yes. I've wanted Qt+STL in some mathematical software I've been working on, and my solution thus far has been to work around it (e.g., manual std::string -> const char* -> QString conversion). Ben.