[Qt-interest] Qt 4.5.1 Windows GROWS 4Gb+
Andreas Pakulat
apaku at gmx.de
Mon May 25 00:36:02 CEST 2009
On 24.05.09 11:39:27, Miguel Cardenas wrote:
> P.S. Do you know if 'src' may be deleted once the library is compiled? in
> theory everything should be in the lib/dll after compilation and only
> mkspecs, qmake, tools, etc. should be required, is it right?
src (or in fact the whole unpacked qt directory) can only be deleted if
you've installed into a different prefix (something thats AFAIK not
supported on windows). If you configure on windows or use the unpackaged
directory as prefix on other platforms, then the headers will all be
something like this:
#include "../src/corelib/kernel/qobject.h"
i.e. the actual headers will stay in the src/ dir and all headers in
include/ will reference those.
Andreas
--
You will have good luck and overcome many hardships.
More information about the Qt-interest-old
mailing list