File indexing completed on 2024-04-28 16:52:26

0001 #! /usr/bin/env bash
0002 
0003 # SPDX-FileCopyrightText: 2015 Marco Martin <mart@kde.org>
0004 # SPDX-FileCopyrightText: 2019 Bhushan Shah <bshah@kde.org>
0005 # SPDX-License-Identifier: GPL-2.0-or-later
0006 
0007 $EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
0008 $XGETTEXT `find . -name \*.js -o -name \*.qml -o -name \*.cpp` -o $podir/plasma_applet_org.kde.phone.panel.pot
0009 rm -f rc.cpp