[Development] Modules and skip

Thiago Macieira thiago.macieira at intel.com
Sat Apr 18 23:02:24 CEST 2015


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




More information about the Development mailing list