How do you start it?
There is no need to edit automatically generated files. You have three possibilities:
- compile Qt libraries in debug mode,
- use "make -f Makefile.Release",
- add:
to the .pro file.CONFIG -= debug_and_release
CONFIG += release
And I've also mentioned the solution.
Bookmarks