How to check QT mode (release/debug)?
Environment Details
==============
OS: Ubuntu 6.06LTS / Ubuntu 7.10
QT: Qt 4.1.2 / QTopia
Problem Statement
==============
I can compiled and linked my multi threaded application (300KLOC) very well but some times it is crashed in run mode due to ASSERT error.
So how to solve this?
Problem Dependency Solutions/Conclusions
===============================
After some what R&D, I found that if i installed Qt in released mode then this error is never shown and application working well. So is it right solution????
Second thing is that how to check that our installed Qt/Qtopia is in released mode or in debug mode??
Comments/Queries are hearty accepted.
//Atil