File indexing completed on 2024-04-21 03:41:54

0001 #! /bin/sh
0002 $EXTRACTATTR --attr=theme,uiname ../themes/standardthemes.xml >> rc.cpp
0003 $EXTRACTRC *.rc *.ui *.kcfg >> rc.cpp
0004 LIST=`find . -name \*.h -o -name \*.cpp -o -name \*.qml`
0005 if test -n "$LIST"; then
0006 $XGETTEXT data.i18n $LIST rc.cpp -o $podir/khangman.pot
0007 fi