File indexing completed on 2024-04-14 05:39:49

0001 #! /usr/bin/env bash
0002 
0003 # SPDX-FileCopyrightText: 2008 Laurent Montel <montel@kde.org>
0004 
0005 # SPDX-License-Identifier: MIT
0006 
0007 $EXTRACTRC $(find -name \*.rc) >> rc.cpp || exit 11
0008 $EXTRACTRC $(find -name \*.ui) >> rc.cpp || exit 12
0009 $EXTRACTRC $(find -name \*.kcfg) >> rc.cpp || exit 12
0010 $XGETTEXT $(find -name \*.cc -o -name \*.cpp -o -name \*.h) rc.cpp -o $podir/partitionmanager.pot
0011 rm -f rc.cpp