Visaul C++ 2005 hangs during qt builds - Stack Overflow most recent 30 from stackoverflow.com 2009-12-17T00:53:28Z http://stackoverflow.com/feeds/question/450630 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/450630/visaul-c-2005-hangs-during-qt-builds 0 Visaul C++ 2005 hangs during qt builds geocoin 2009-01-16T14:57:48Z 2009-01-16T15:39:03Z <p>At my shop, the main product app is a mongrel built on MFC, QT and other random things devs have thrown in over the years. In the current stack, Qt toolkit is on the way out, but still features heavily.</p> <p>If I have SQL 2005 Management studio open and have to do a full build, it usually hangs a CPU (even after the offending process is taken out back and shot...) during the qt specific parts of the build (Moc'ing and UIC'ing)</p> <p>has anyone seen anything like this? any ideas what the problem could be?</p> http://stackoverflow.com/questions/450630/visaul-c-2005-hangs-during-qt-builds/450785#450785 0 Answer by deemok for Visaul C++ 2005 hangs during qt builds deemok 2009-01-16T15:39:03Z 2009-01-16T15:39:03Z <p>In my experience, some of these tools are capable of looping forever (qt4: lupdate/lrelease for sure).</p>