Extract messages from QML

This commit is contained in:
Yuri Chornoivan 2022-06-07 08:42:51 +03:00
parent 6090fe16ec
commit 459fb0084b

View File

@ -1,4 +1,4 @@
#!bin/sh
$EXTRACTRC `find . -name \*.rc -o -name \*.ui` >> rc.cpp
$XGETTEXT `find . -name \*.cpp -o -name \*.h` -o $podir/filelight.pot
$XGETTEXT `find . -name \*.cpp -o -name \*.h -o -name \*.qml` -o $podir/filelight.pot
rm -f rc.cpp