1#!/bin/sh
2
3# Extract strings from all source files.
4# EXTRACT_TR_STRINGS extracts strings with lupdate and convert them to .pot with
5# lconvert.
6$EXTRACT_TR_STRINGS `find . -name \*.cpp -o -name \*.h -o -name \*.ui` -o $podir/kchart_qt.pot
7