Namespaces
Variants
Actions

How to make a Qt application debuggable

Jump to: navigation, search
Article Metadata

Article
Created: vasant21 (05 Sep 2010)
Last edited: hamishwillee (11 Oct 2012)

To produce a debugging version of the application during development add debug to the CONFIG variable in the project (.pro) file as shown below :

 CONFIG += debug

Then, use qmake to generate updated Makefile for your project, and compile, now you should be able to obtain debug information about your application when running it in a debugging environment.

This page was last modified on 11 October 2012, at 04:17.
163 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved