File indexing completed on 2024-05-19 16:31:58

0001 #!/bin/sh
0002 
0003 # SPDX-FileCopyrightText: 2020-2021 Harald Sitter <sitter@kde.org>
0004 # SPDX-FileCopyrightText: 2022 Linus Dierheimer <linus@dierheimer.de>
0005 #
0006 # SPDX-License-Identifier: BSD-3-Clause
0007 
0008 $XGETTEXT `find . -name \*.cpp -o -name \*.h` -o $podir/kcm_opencl.pot
0009 # Extract JavaScripty files as what they are, otherwise for example template literals won't work correctly (by default we extract as C++).
0010 # https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals
0011 $XGETTEXT --join-existing --language=JavaScript `find . -name \*.qml -o -name \*.js` -o $podir/kcm_opencl.pot