5 lines
162 B
Bash
5 lines
162 B
Bash
#!/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
|