On sábado, 15 de dezembro de 2012 04.51.52, john.cleme...@axograph.com wrote:
> Is anyone working with Mac OS X / XCode? I'd like to contribute to the
> Qt 5 project but can't work out how to configure and build qt-everywhere
> under OS X so that the debugger can step into qt source and search for
> the bugs I've encountered (see below). The default ./configuration does
> not permit the XCode debugger to step into qt source after building qt
> from scratch with default configuration (frameworks).

Note that the default configuration is to build debug-and-release. That means
you need to set DYLD_IMAGE_SUFFIX to "_debug" so that the dynamic linker will
load the debug libraries.

--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to