File indexing completed on 2024-05-19 08:49:51

0001 #! /bin/sh
0002 $XGETTEXT  `find . -name '*.cpp' -o -name '*.h'` -o $podir/kfileshare.pot
0003 # Extract JavaScripty files as what they are, otherwise for example template literals won't work correctly (by default we extract as C++).
0004 # https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals
0005 $XGETTEXT  --join-existing --language=JavaScript `find . -name '*.qml' -o -name '*.js'` -o $podir/kfileshare.pot