Warning, file /network/kdeconnect-kde/kcm/Messages.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #!/usr/bin/env bash
0002 
0003 $EXTRACTRC `find -name '*.ui' -o -name '*.rc'` >> rc.cpp
0004 $XGETTEXT rc.cpp -o $podir/kdeconnect-kcm.pot
0005 rm -f rc.cpp
0006 
0007 #.cpp (-j passed to merge into existing file)
0008 $XGETTEXT `find . -name '*.cpp'` -j -o $podir/kdeconnect-kcm.pot
0009