File indexing completed on 2024-04-21 04:47:52

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