File indexing completed on 2024-12-08 07:55:45
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