Factor out the shared parts of the agent action manager setup.
[kdepim.git] / knode / Messages.sh
blob6c6503b25d12aeec6f2424d80fd659ff83222eb1
1 #!/bin/sh
3 $EXTRACTRC \
4 $( find . \
5 -name '*.rc' -a ! -name 'headers.rc' -a ! -name 'filters.rc' \
6 -o -name '*.ui' \
7 -o -name '*.kcfg' \
8 ) >> rc.cpp || exit 1
10 $XGETTEXT $(find . -name '*.cpp' -o -name '*.h') -o $podir/knode.pot