3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-15 03:35:55 +00:00
2022-04-02 18:24:21 +05:00

10 lines
263 B
Bash

#! /usr/bin/env bash
lst=`find . -name \*.rc -o -name \*.ui -o -name \*.kcfg`
if [ -n "$lst" ] ; then
$EXTRACTRC $lst >> rc.cpp
fi
$XGETTEXT `find . -name \*.qml -o -name \*.js -o -name \*.h -o -name \*.cpp` -o $podir/plasmaactivitymanager.pot
rm -f rc.cpp