mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
5 lines
173 B
Bash
5 lines
173 B
Bash
![]() |
#! /bin/sh
|
||
|
$EXTRACTRC `find . -name '*.ui'` >> rc.cpp || exit 11
|
||
|
$XGETTEXT `find . -name '*.h' -o -name '*.cpp' | grep -v '/tests/'` -o $podir/libpimcommon.pot
|
||
|
rm -f rc.cpp
|