mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-12 02:05:54 +00:00
5 lines
215 B
Bash
5 lines
215 B
Bash
#! /usr/bin/env bash
|
|
$EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
|
|
$XGETTEXT `find . -name \*.qml -o -name \*.h -o -name \*.js -o -name \*.cpp` -o $podir/kcm_activities5.pot
|
|
rm -f rc.cpp
|