PDA

View Full Version : OSX only has Release Configuration



weaver4
20th December 2010, 12:50
I installed QT (4.7.0) and then XCode on my OSX macbook pro. When I opened a project I am only able to set the Release configuration. I can not set build configuration to Debug (it is not listed). I am unable to set breakpoints and have the code stop at the breakpoint.

I look and I see that QtCore and QtCore_debug are both in the framework.

How do I fix this?

Lykurg
20th December 2010, 13:22
It's here on my mac book. If there is no default debug build configuration goto: Projects (button on the left) and add the debug configuration with the buttons on the top. (speaking if you use QtCreator...)

weaver4
20th December 2010, 13:44
Mine only has the Release Configuration Button on the top. Should I clone it and try to make a debug version?

Lykurg
20th December 2010, 14:12
if you call add new and choose a Qt version, a release and debug configuration is created. Since it won't delete any existing configuration, simple try to create it and use it.

weaver4
20th December 2010, 15:19
That worked!

Thanks!