[handler] Extract translatable strings from ui file

This commit is contained in:
Nicolas Fella 2022-11-13 16:40:30 +01:00
parent 8ac8d7d907
commit 85b32083b0

View file

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