Subject: qt3-libs -no-stl
To: None <tech-pkg@netbsd.org>
From: J Chapman Flack <flack@cs.purdue.edu>
List: tech-pkg
Date: 03/05/2005 21:12:53
I see that qt3-libs get built with the -no-stl option (since
Makefile.common 1.13).

Ok ...

What's the accepted workaround for building a package that uses operations
like  QString s += std::string t  (which are ifdef'd right out of the qt3
api when built with -no-stl) ?

Thanks,
-Chap