kde-playground/kcachegrind/Messages.sh

7 lines
344 B
Bash
Raw Normal View History

#! /bin/sh
(cd kcachegrind;$PREPARETIPS) > tips.cpp
$EXTRACTRC `find kcachegrind -name \*.ui -o -name \*.rc -o -name \*.kcfg` >> rc.cpp
$XGETTEXT rc.cpp `find kcachegrind -name '*.cpp'` tips.cpp -o $podir/kcachegrind.pot
$XGETTEXT_QT `find libcore -name '*.cpp'` `find libviews -name '*.cpp'` -o $podir/kcachegrind_qt.pot
rm -f tips.cpp rc.cpp