mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
5 lines
91 B
Bash
5 lines
91 B
Bash
![]() |
#!/bin/sh
|
||
|
$EXTRACTRC *.ui >> rc.cpp
|
||
|
$XGETTEXT *.cpp -o $podir/kcm_akonadi.pot
|
||
|
rm -f rc.cpp
|