Hi, What is the most simple way with QtCreator/qmake to set up a target for debugging a project while linking with a release Qt ?
I have a project which takes forever to link in debug mode, and the executable is 600MB large. Since 95% of the time I am debugging code which is not interacting with the Qt API, I do not need to debug through Qt code. The RELEASE qmake flag basically switches everything. Thanks!
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest