forked from Qortal/Brooklyn
4 lines
146 B
Bash
4 lines
146 B
Bash
#! /usr/bin/env bash
|
|
$EXTRACTRC `find . -name \*.kcfg` >> rc.cpp
|
|
$XGETTEXT `find . -name \*.cpp -o -name \*.qml` -o $podir/kcm_launchfeedback.pot
|