Are you using 64 bit, or 32 bit? There's a memory limit error (especially on windows) that kicks in on the qt5 codebase. It's inside the parser framework. There's a bug for better handling, but, really, there's not much can be done either, unless you feel like simplifying the webkit source code a bit (which is were it does the out of ordinary macro expansion). I did a fair bit of profiling, and there's not really much we can do to not hit the memory wall.
https://bugreports.qt-project.org/browse/QTCREATORBUG-7585 The only workaround currently is to use a 64 bit compile. -- Bill King Lead Test Engineer Nokia, Qt Creator team http://qt.nokia.com > -----Original Message----- > From: [email protected] [mailto:qt- > [email protected]] On Behalf Of Ramsay > Lincoln (Nokia-MP/Brisbane) > Sent: Wednesday, 11 July 2012 4:11 AM > To: [email protected] > Subject: Re: [Qt-creator] Creator doesn't like my local Qt 5 build? > > On 07/10/2012 06:31 PM, ext Oswald Buddenhagen wrote: > > On Tue, Jul 10, 2012 at 10:10:40AM +1000, ext Lincoln Ramsay wrote: > >> Are there any hints on how to setup a Qt 5 install that Creator will > >> use happily? > >> > > you take creator master from today and compile it yourself ... > > Yay. Broke everything. Open a project (even one without a pre-existing > .pro.user) and the whole UI just vanishes. > > Ugh. And now the cleanup begins. > > When will Creator be more co-operative with past/future versions of itself? I > hate having to clean up after Creator when I roll back from some new, > experimental version to a stable release. > > -- > Lincoln Ramsay - Senior Software Engineer Qt Development Frameworks, > Nokia - http://qt.nokia.com/ > > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
