File indexing completed on 2025-02-16 04:57:41
0001 #! /bin/sh 0002 # SPDX-License-Identifier: CC0-1.0 0003 # SPDX-FileCopyrightText: none 0004 $EXTRACTRC `find . -name '*.ui' -or -name '*.kcfg'` >> rc.cpp || exit 11 0005 $XGETTEXT *.cpp -o $podir/libtemplateparser6.pot 0006 rm -f rc.cpp