plasma-framework/plasma/Messages.sh
2013-01-30 13:43:33 +01:00

5 lines
148 B
Bash

#! /usr/bin/env bash
$EXTRACTRC private/*.ui >> rc.cpp
$XGETTEXT `ls *.cpp *.h */*.h */*.cpp | grep -v 'tests/'` -o $podir/libplasma.pot
rm -f *.ui