File indexing completed on 2024-04-28 05:25:54

0001 #! /usr/bin/env bash
0002 # SPDX-FileCopyrightText: 2020 Yuri Chornoivan
0003 # SPDX-License-Identifier: GPL-2.0-or-later
0004 
0005 $XGETTEXT `find -name \*.cpp -o -name \*.qml -o -name \*.js` -o $podir/qmlkonsole.pot
0006