6 lines
162 B
Bash
Raw Normal View History

2024-06-29 11:52:32 +06:00
#!/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