Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-30 | Move the modules, modules-test and systeminfo subdirs into 'attic' | Allen Winter | |
2007-12-17 | switch order of arguments as suggested | Alexander Neundorf | |
Alex svn path=/trunk/KDE/kdelibs/; revision=749769 | |||
2007-12-16 | new macro MACRO_APPEND_IF(var condition value1..valuen) | Alexander Neundorf | |
can be used to simplify code: macro_append_if(mySrcs SOMELIB_FOUND file1.cpp file2.cpp) instead of if(SOMELIB_FOUND) set(mySrcs file1.cpp file2.cpp) endif(SOMELIB_FOUND) Alex svn path=/trunk/KDE/kdelibs/; revision=749077 |