On Wed, Sep 2, 2009 at 08:30, Aaron J. Seigo wrote: > On September 2, 2009, Friedrich W. H. Kossebau wrote: >> * How to ensure that the examples do not bitrot? > > they already do bitrot. so this would not be a new problem. i do have a hunch, > though, that if more people were actually using the examples we'd hear about > breakage sooner. Could kde-examples not be added to Dirk's dashboard? That's not a perfect system for preventing compile breakage, but it will at least notify the folks on IRC when things do break. Presumably, we'd want each example to be stand-alone and compilable without the the rest of the module, so each would need to have a "top level" CMakeLists.txt file. But would it not be possible to add a module level CMakeLists.txt that add_subdir()s all the individual exampls, enabling on to build the whole thing in a single go? Parker