[Qt-interest] Any way to create a "Distribution" in custom installation location
Mike Jackson
imikejackson at gmail.com
Thu Oct 29 17:52:42 CET 2009
On 2009-10-29 12:35:46 -0400, "David Ching" <dc at remove-this.dcsoft.com> said:
> "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
Here are a few reasons:
This is for a client who I am assisting writing code for. The
current code base is command line only and I am tasked with wrapping it
in a Gui.
The developer may not have all the necessary knowledge to just
"download the src and compile Qt from the command line" when they are
only used to Visual Studio.
The compile TAKES FOREVER and they have a slower computer
I wouldn't have to do this if Qt would release a precompiled version
for VS (non-commercial)
I don't want to have to copy 80 bazillion files onto a separate hard
disk, then copy those same 80 bazillion files onto his disk again......
I simply want a "lean and mean" Qt precompiled for Visual Studio 2005.
Lastly, I use CMake to build my projects so the developer in
question doesn't need to know about qmake or anything else qt related.
He just wants to build the Gui version of the code.
Thanks for the assist. Currently building. Probably be done in about 3 hours.
Mike
More information about the Qt-interest-old
mailing list