File indexing completed on 2024-05-05 16:45:26

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