[Qt-interest] qt without qtnetwork

Konrad Rosenbaum konrad at silmor.de
Wed May 19 17:18:59 CEST 2010


Hi,

On Wed, May 19, 2010 13:52, Samira Chaouki wrote:
> Actually I want to customize qt. I want to recompile qt without qtnetwork.
> I've download qt source. I've begun to modify Makefile and file *.pro.
> But I've some errors.
> I am doing right when I'm modifying these files?

Why do you even attempt to do this? QtNetwork is a module, it does not use
up any memory or CPU as long as you do not use it. It just takes up some
time to compile it. I might add: a lot less time than it takes you to
remove it.

So why not just do a normal Qt build and then just not distribute the
modules that you do not need?

Besides, in my experience you start to use modules at some point in time
for some project, even if you didn't think it is useful before. (For me
this happened with XML, SVG and a few others.)


    Konrad




More information about the Qt-interest-old mailing list