[Qt-interest] Any way to create a "Distribution" in custom installation location

David Ching dc at remove-this.dcsoft.com
Thu Oct 29 17:35:46 CET 2009


"Mike Jackson" <imikejackson at gmail.com> wrote in message 
news:hc9fc9$vvu$1 at eple.troll.no...
> I think this has been asked but I can not find the answer on the list 
> archives. Basically I need to precompile qt for another person working on 
> my project. Due to the restrictions on their PC they can not run 
> installers or set environment variables and can basically only have items 
> located in their home directories (Vista). I would like to compile up Qt 
> 4.5.3 using VS 2005 and supply them with what would normally get installed 
> if I had pulled the precompiled binaries for Qt (minus the MinGW stuff).
>
>  So I guess the real question is what can I get rid of after I build Qt in 
> order to get the size and shear number of files down to a reasonable 
> level.
>

See my blog: 
http://dcsoft.com/community_server/blogs/dcsoft/archive/2009/03/06/how-to-setup-qt-4-5-visual-studio-integration.aspx

After building Qt, do a

  rm -rf tmp

to remove all tmp\ folders which contain .obj, .pch, etc.

BTW, I'm not sure why anyone building a Qt project in Visual Studio would 
not be able to build Qt itself!

-- David 




More information about the Qt-interest-old mailing list