summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/gstreamer/Messages.sh
blob: 4fdf1efffb96ad8bfba556e2be1ba1a388863037 (plain)
1
2
3
4
5
#! /usr/bin/env bash
find ./ -maxdepth 1 -name "*.cpp" -print > files
find ./ -maxdepth 1 -name "*.h" -print >> files
$XGETTEXT_QT --copyright-holder=This_file_is_part_of_KDE --msgid-bugs-address=http://bugs.kde.org --files-from=files -o $podir/phonon_gstreamer.pot
rm files