File: Messages.sh

package info (click to toggle)
kf6-kcodecs 6.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,564 kB
  • sloc: cpp: 8,817; sh: 41; makefile: 5
file content (6 lines) | stat: -rwxr-xr-x 258 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh

# Extract strings from all source files.
# EXTRACT_TR_STRINGS extracts strings with lupdate and convert them to .pot with
# lconvert.
$EXTRACT_TR_STRINGS `find . -name \*.cpp -o -name \*.h -o -name \*.ui -o -name \*.qml` -o $podir/kcodecs6_qt.pot