> But -- and correct me if I'm wrong -- isn't it the case that if I want to > build > *my* code in debug mode (which, sadly, I sometimes want to do) , I have > to build it against debug version of Qt?
I don't think you'll need the debug version of Qt if you just want to build your own app in debug mode. You can build your app in debug mode while linking it to Qt built in release mode. I think debug mode of Qt might be necessary for debugging Qt classes themselves. CMIIW. HTH, -mandeep ------------------------------------------------------------------------------ The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Cisco Self-Assessment and learn about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
