File indexing completed on 2024-05-05 05:00:38

0001 #! /usr/bin/env bash
0002 $EXTRACTRC `find . -name '*.rc' -or -name '*.ui'` >> rc.cpp || exit 11
0003 $XGETTEXT `find . -name '*.cpp' | grep -v '/tests/'` -o $podir/webenginepart.pot
0004 rm -f rc.cpp