1#! /usr/bin/env bash
2$EXTRACTRC kcm*.ui >> rc.cpp
3$XGETTEXT `find . -name "*.cpp" -o -name "*.qml"` -o $podir/kcmkeyboard.pot
4rm -f rc.cpp
5