On Thursday 20 May 2010 22:24:58 ext Stephen Chu wrote: > I just started to experiment with 64-bit build with Creator 2.0 and Qt > 4.7 snapshots. It works pretty well with one exception: Creator only > build the debugging helper in 32-bit. So I lost all the smart formatting > of the variables. > > Does Creator build helper in 64-bit when running in 10.6? And how do I > make it to build both 32 and 64-bit helper? > > Thanks. > The debugging helpers are build via the qmake of the qt for which they are build. That's because the debugging helpers should match the bitness of the to be debugged application. So I'd guess your qt is not 64bit.
daniel _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
