Fix message extraction
This commit is contained in:
parent
63014d2cb1
commit
d5e5e2f1c7
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
$EXTRACTRC *.ui >> rc.cpp || exit 11
|
||||
$XGETTEXT *.cpp *.h -o $podir/kcmkwinrules.pot
|
||||
rm -f rc.cpp
|
||||
$XGETTEXT `find . -name \*.cpp -o -name \*.h -o -name \*.qml` -o $podir/kcmkwinrules.pot
|
||||
|
|
Loading…
Reference in a new issue