summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/gstreamer/Messages.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/phonon/gstreamer/Messages.sh')
-rw-r--r--src/3rdparty/phonon/gstreamer/Messages.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/gstreamer/Messages.sh b/src/3rdparty/phonon/gstreamer/Messages.sh
new file mode 100644
index 0000000000..4fdf1efffb
--- /dev/null
+++ b/src/3rdparty/phonon/gstreamer/Messages.sh
@@ -0,0 +1,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