For now user can add build_all in qconfig.pri / CONFIG on Windows Change From: CONFIG += debug ... To: CONFIG += debug build_all ... And using -debug-and-release config option.
It will build and install debug target first, then build and install release target. It make sure all execute files be release mode. And with both of debut and release library. See: https://codereview.qt-project.org/#change,33451 I tried make && make release, but it can't solved the install issue. After install, the debug target will override the release target. e.g. moc/uic/qdoc... There exist better way to solved the problem? Please point out. Thanks a lot! -- Best Regards Yuchen
_______________________________________________ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development