On Wed, Mar 08, 2006 at 09:29:17PM +0100, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | On Mon, Mar 06, 2006 at 03:47:51PM +0100, Lars Gullik Bjønnes wrote: > | > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > | > > | > | -Id:/program/Qt/4.1.0/include > | > > | > This one I get. > | > > | > | -Id:/program/Qt/4.1.0/include/Qt > | > | -Id:/program/Qt/4.1.0/include/QtGui > | > | -Id:/program/Qt/4.1.0/include/Qt3Support > | > > | > Are these really needed? Or would be nice to use <Qt/...> <QtGui/...> > | > <Qt3Support/...> in the include statements? > | > | Trolltech Support recommends using multiple -I options and 'short' > | includes. However, within Qt they do actually the opposite themselves. > > So would this be a case of "do as we do, not what we say"?
*shrug* If I knew. The problem with long #includes is that you need to know to which module (Core, Gui...) a certain header belongs to. And that's counter-intuitive sometimes. Some *View is in 'Core'.... Andre'
