Debug runs but release crashes on launch
-
Hi,
I am a new Qt developer. I have started with a simple app which runs fine in the debug build, but which crashes on launch in the release build. When I comment out code, the release works until I execute;this->ui->setupUi(this);
It hangs in some Qt initialization, but only in the release build!
Any suggestions greatly appreciated.
john