[Development] Build failure: GUI example being compiled even with -no-gui -no-widgets

Thiago Macieira thiago.macieira at intel.com
Fri Aug 29 02:22:10 CEST 2014


On Thursday 28 August 2014 17:15:47 Mandeep Sandhu wrote:
> > -no-gui and -no-widgets are not really supported. We keep them working,
> > but
> > please don't report issues if stuff breaks. We'll accept patches though.
> 
> But isn't that the whole point modularizing in Qt5? One should be able
> to cherry pick the modules they want to build, no?

You'll see that QtCore, QtGui, QtWidgets and QtNetwork are all in the same 
repository. They were not modularised from each other.

Those four basic libraries are required, period. We may provide no-xxx options 
for those rare scenarios where you may want them, but please don't complain if 
we break them. Send a patch instead.

> > And examples definitely won't work. Except for a handful of examples,
> > every
> > single one of them is a graphical application. If you're passing -no-gui,
> > please also pass -nomake examples.
> 
> I need the networking related examples to be built, so "no can do"! :P

You mean the graphical networking examples, like the HTTP client? :-)

The only examples I know that aren't graphical are actually in networking 
ones. And that's only because yours truly here is not a graphical app 
developer and couldn't write a GUI, so I wrote the TextProgressBar class.

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




More information about the Development mailing list