I mean build Qt5 by myself, not the package.
For current master, -debug-and-release will use debug as default target.
After build finished, qdoc.exe / uic.exe ... will use debug version.
2012/8/24 Thiago Macieira
>
> On sexta-feira, 24 de agosto de 2012 13.51.29, Loaden wrote:
> > There exist be
On sexta-feira, 24 de agosto de 2012 13.51.29, Loaden wrote:
> There exist better way to solved the problem?
> Please point out.
>
> Thanks a lot!
By the way, please use the releas...@qt-project.org mailing list for
discussing the status of the beta packages. And please include the date of the
pac
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 r