File indexing completed on 2025-04-27 03:50:49
0001 #! /usr/bin/env bash 0002 0003 # process the .ui and .rc files 0004 $EXTRACTRC `find . -name \*.ui -o -name \*.rc -o -name \*.kcfg | grep -v '/xmpptest/'` >> rc.cpp 0005 ./extract-onu-names.pl `find skins -iname world.desktop` >> rc.cpp 0006 0007 $XGETTEXT `find $SRCDIR -name "*.cpp"` rc.cpp -o $podir/ksirk.pot 0008 rm -f rc.cpp 0009