File indexing completed on 2024-04-28 04:38:33

0001 #!/bin/sh
0002 $EXTRACTRC `find . -name \*.ui` >> rc.cpp
0003 $XGETTEXT `find . -name \*.cpp | grep -v tests` -o $podir/kdevdebuggercommon.pot
0004 rm -f rc.cpp