File: Messages.sh

package info (click to toggle)
plasma-camera 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,096 kB
  • sloc: cpp: 2,989; xml: 247; makefile: 3; sh: 1
file content (6 lines) | stat: -rw-r--r-- 359 bytes parent folder | download
1
2
3
4
5
6
# SPDX-FileCopyrightText: 2018 Jonah BrĂ¼chert <jbb@kaidan.im>
# SPDX-License-Identifier: GPL-3.0-or-later

# call xgettext on all source files. If your sources have other filename
# extensions besides .cc, .cpp, and .h, just add them in the find call.
$XGETTEXT $(find . -name \*.cc -o -name \*.cpp -o -name \*.h -o -name \*.qml) -o $podir/plasma-camera.pot