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

2 views
Skip to first unread message

Loaden

unread,
Apr 3, 2012, 3:25:15 AM4/3/12
to devel...@qt-project.org
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

Reply all
Reply to author
Forward
0 new messages