[handler] Extract translatable strings from ui file

(cherry picked from commit 85b32083b0)
This commit is contained in:
Nicolas Fella 2022-11-13 16:40:30 +01:00
parent abe4a57ebe
commit 61e0108c66

View file

@ -1,3 +1,5 @@
#!/usr/bin/env bash
$EXTRACTRC `find . -name '*.ui' -o -name '*.rc'` >> rc.cpp
$XGETTEXT `find . -name '*.cpp'` -o $podir/kdeconnect-urlhandler.pot
rm -f rc.cpp