5 lines
129 B
Bash
5 lines
129 B
Bash
|
#! /usr/bin/env bash
|
||
|
$EXTRACT_TR_STRINGS `find . -name \*.qml -o -name \*.cpp` -o $podir/libkirigami2plugin_qt.pot
|
||
|
rm -f rc.cpp
|
||
|
|