How to install Qt on Windows after building?

Posted by Piotr Dobrogost on Stack Overflow See other posts from Stack Overflow or by Piotr Dobrogost
Published on 2011-01-15T11:29:55Z Indexed on 2011/01/15 16:53 UTC
Read the original article Hit count: 163

I can't find any information on how to install Qt built on Windows.
In wiki article How to set up shadow builds on Mac and Linux there's description of -prefix option in configure script but this option is not available on Windows.
I know I can use Qt right from the build folder but it does not seem the right thing not to perform an install step. One problem with this approach is size; Qt's build folder takes about 4GB space whereas after installing using binary installer Qt takes about 1GB space. I guess the difference is due to temporary files created during building. I hope some install procedure would install (copy) only needed files leaving temporary files in the build folder.

© Stack Overflow or respective owner

Related posts about Windows

Related posts about qt