mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 19:02:53 +00:00
5 lines
220 B
Bash
5 lines
220 B
Bash
#!/bin/sh
|
|
$EXTRACTRC `find . -name \*.rc` `find . -name \*.ui` >>rc.cpp
|
|
$XGETTEXT `find . -name \*.cpp -o -name \*.h` -o $podir/kdevelop.pot
|
|
$XGETTEXT -L java `find . -name \*.qml` -j -o $podir/kdevelop.pot
|
|
rm -f rc.cpp
|