Brooklyn/plasma/kcms/tablet/Messages.sh

5 lines
160 B
Bash
Raw Normal View History

#! /usr/bin/env bash
$EXTRACTRC `find -name \*.ui` >> rc.cpp || exit 11
$XGETTEXT `find . -name "*.cpp" -o -name "*.qml"` -o $podir/kcm_tablet.pot
rm -f rc.cpp