If you want to build an app with debugging information, type:
and rebuild the app.qmake -config debug![]()
If you want to build an app with debugging information, type:
and rebuild the app.qmake -config debug![]()
J-P Nurmi
marcel,
Ubuntu 7.04 contains (binary) packages of Qt4 for both debug and release. The release package (e.g. of Qt4 core) is called "libqt4-core" and the debug package is called "libqt4-debug". Both install the libraries in the same location "/usr/lib", but the release package contains libraries with names like "libQtCore.so.4.2.3" whereas the debug version contains libraries with names like "libQtCore.so.4.2.3.debug". Btw QTDIR isn't defined at all, but I don't think it (or PATH) could help me in this case because the directories are the same...
jpn,
I already use that option but it seems to only make it compile my own code with debugging information, rather than use the debug version of qt4.
Any ideas?
I'm having the same problem as yaron. Can anyone help?
Thanks!
-d
Bookmarks