Warning, file /plasma/plasma-mobile/containments/homescreens/folio/Messages.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

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