File indexing completed on 2024-11-24 04:44:35
0001 #! /usr/bin/env bash 0002 # SPDX-License-Identifier: CC0-1.0 0003 # SPDX-FileCopyrightText: none 0004 $EXTRACTRC `find . -name \*.ui` >> rc.cpp || exit 11 0005 $XGETTEXT *.cpp *.h -o $podir/akonadi_singlefile_resource.pot 0006 rm -f rc.cpp