[Development] Qt5 Beta 1: Build all target on Windows, make release target in default

Loaden loaden at gmail.com
Fri Aug 24 07:51:29 CEST 2012


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120824/e66c8014/attachment.html>


More information about the Development mailing list