File indexing completed on 2024-05-05 17:43:03

0001 #! /usr/bin/env bash
0002 $EXTRACTRC *.ui >> rc.cpp
0003 $XGETTEXT *.cpp *.h -o $podir/plasmaengineexplorer.pot
0004 rm -f rc.cpp
0005