Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
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