Warning, file /network/kdeconnect-kde/urlhandler/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 `find . -name '*.cpp'` -o $podir/kdeconnect-urlhandler.pot
0005 rm -f rc.cpp