On May 20, 2010, at 10:24 PM, 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?
So, you used the Qt 4.7.0 beta1 binary package? (Or did you build from source) Do explicitly pass an architecture to your project's CONFIG ? Because if you don't, your application and the debugging helpers should be built with the same architecture(s) (for me it is 64bit for both). I wonder though, why the Qt binary package doesn't build the user's apps as universal binaries, it does so when building Qt from source and configuring it as universal. -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B Umsatzsteueridentifikationsnummer: DE 812 845 193 Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
