File indexing completed on 2025-01-26 03:28:31
0001 #! /usr/bin/env bash 0002 # SPDX-License-Identifier: CC0-1.0 0003 # SPDX-FileCopyrightText: 2020 Tobias Fella <fella@posteo.de> 0004 # 0005 $EXTRACTRC `find . -name '*.ui' -or -name '*.rc'` >> rc.cpp || exit 11 0006 $XGETTEXT `find -name '*.cpp'` -o $podir/accessibilityinspector.pot 0007 rm -rf rc.cpp