KDE/kdelibs/cmake/modules

David Faure faure at kde.org
Thu Jan 11 19:07:00 CET 2007


On Thursday 11 January 2007 19:01, Alexander Neundorf wrote:
> 
> With "if(NOT _nogui)" we have a double negation, which is at least for me 
> always harder to handle. 

OK then I would do
if(_nogui)
  set vars to empty
else(_nogui)
  set vars to the gui stuff
endif(_nogui)

But ok, this is minor.

> At least it should be handled the same way for all platforms.
Sure.

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).


More information about the Kde-buildsystem mailing list