mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
4 lines
151 B
Bash
4 lines
151 B
Bash
#! /bin/sh
|
|
$EXTRACTRC `find . -name \*.ui -o -name \*.kcfg` >> rc.cpp
|
|
$XGETTEXT `find . -name "*.cpp"` -o $podir/libincidenceeditors.pot
|
|
rm -f rc.cpp
|