[Development] Find a way to build/install all target on Windows

Loaden loaden at gmail.com
Tue Apr 3 09:25:15 CEST 2012


Hi, All! I found a way can build and install all target (include debug and
release) on Windows, just modify qtbase/mkspecs/qconfig.pri after configure
is done.
Change this:

> CONFIG+= debug shared
>
To:

> CONFIG+= debug *build_all* shared

Then run:

> nmake qmake && nmake && nmake install INSTALL_ROOT=\qt5

Every thing looks build well.
Any comments?

-- 
Regards
Loaden
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120403/716b7e7f/attachment.html>


More information about the Development mailing list