Fix message extraction

This commit is contained in:
Yuri Chornoivan 2020-05-04 18:09:13 +03:00
parent 63014d2cb1
commit d5e5e2f1c7

View file

@ -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