From d5e5e2f1c7ded0d4215ae912c828a1e3b38be5d8 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Mon, 4 May 2020 18:09:13 +0300 Subject: [PATCH] Fix message extraction --- kcmkwin/kwinrules/Messages.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kcmkwin/kwinrules/Messages.sh b/kcmkwin/kwinrules/Messages.sh index 470c73de65..41fcfca930 100644 --- a/kcmkwin/kwinrules/Messages.sh +++ b/kcmkwin/kwinrules/Messages.sh @@ -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