On Saturday 18 April 2015 10:02:19 mark diener wrote:
> The following table lists the Qt essentials.
> 
> I am building Qt from scratch and I am having a bit of trouble finding
> 
> where the modules that I can remove from the build are located.
> 
> Generally in configure, there are -skip directives
> 
> For example:
> 
> configure -skip qtserialport
> 
> Where can I find the comprehensive list of names and what I can skip on
> configure?

Run from the top dir:
        ls

That's the list you can skip.

> How can I remove qtnetwork when the NetworkAccessManager seems to be tied
> to the
> 
> gman = view()->engine()->NetworkAccessmanager() ;

You cannot exclude QtNetwork and you cannot skip qtbase.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to