File indexing completed on 2024-04-28 05:11:37

0001 #! /bin/sh
0002 # SPDX-License-Identifier: CC0-1.0
0003 # SPDX-FileCopyrightText: none
0004 
0005 $EXTRACTRC `find . -name \*.ui -o -name \*.kcfg`  >> rc.cpp
0006 $XGETTEXT `find . -name "*.cpp" -o -name "*.h" | grep -v '/tests/'`  -o $podir/libincidenceeditors6.pot
0007 rm -f rc.cpp