kwin/kcmkwin/kwindecoration/Messages.sh
2019-02-12 08:56:17 +01:00

4 lines
171 B
Bash
Executable file

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