3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 06:44:18 +00:00
Brooklyn/plasma/imports/activitymanager/Messages.sh

10 lines
263 B
Bash
Raw Normal View History

#! /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