Codebase list libktorrent / upstream/1.0.1 Messages.sh
upstream/1.0.1

Tree @upstream/1.0.1 (Download .tar.gz)

Messages.sh @upstream/1.0.1raw · history · blame

1
2
3
4
#! /usr/bin/env bash
$EXTRACTRC `find . -name \*.ui -o -name \*.rc -o -name \*.kcfg` >> rc.cpp
$XGETTEXT `find . -name \*.cpp -o -name \*.cc -o -name \*.h` rc.cpp -o $podir/libktorrent.pot
rm -f rc.cpp