aboutsummaryrefslogtreecommitdiff
path: root/src/Messages.sh
blob: c467e9452f64a97f596d9c4d56fd4f6a727ca751 (plain)
1
2
3
4
5
6
#!/bin/sh

# Extract strings from all source files.
# EXTRACT_TR_STRINGS extracts strings with lupdate and convert them to .pot with
# lconvert.
$EXTRACT_TR_STRINGS `find . -name \*.cpp -o -name \*.h -o -name \*.ui -o -name \*.qml` -o $podir/kconfig5_qt.pot