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
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to