mkdir -vp ${_builddir}
cd ${_builddir}
msg "Starting cmake..."
cmake ${_source}/${_module}/ \
-DCMAKE_INSTALL_PREFIX=${_prefix} \
-DBUILD_ALL=ON
-- found 'TDE', version 3.5.13
CMake Error: Attempt to add a custom rule to output
"/build/src/BUILD/kdevdesigner/designer/actiondnd.moc.rule" which
already has a custom rule.
-- Configuring incomplete, errors occurred!