Hi, I noticed in the visual studio settings of the QtWebKit project that "Treat wchar_t as Built-in Type" is set to false. Is this a requirement? Would it be safe to change it (locally)?
I did some search and it seemed like people recommended rebuilding whole Qt framework with wchar_t supported as built-in type in order for it to work. Just for the kicks, I changed the QtWebKit project to recognize wchar_t as built-in type and rebuilt it (Did not build whole Qt framework) and it built and ran fine. But I am not sure if I have overlooked something here. Any help is appreciated. Thanks.
_______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
