Scare Crowe d2ebfd0519 QortalOS Titan 5.60.12
Screw the description like that inbred T3Q
2022-03-05 21:17:59 +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