File indexing completed on 2024-03-24 17:02:22

0001 #!/bin/sh
0002 
0003 # Extract strings from all source files.
0004 # If your framework depends on KI18n, use $XGETTEXT. If it uses Qt translation
0005 # system, use $EXTRACT_TR_STRINGS.
0006 $XGETTEXT `find . -name \*.cpp -o -name \*.h` -o $podir/kpipewire5.pot