4 lines
171 B
Bash
Executable file
4 lines
171 B
Bash
Executable file
#! /usr/bin/env bash
|
|
$EXTRACTRC `find . -name "*.ui"` >> rc.cpp || exit 11
|
|
$XGETTEXT `find . -name "*.cpp" -o -name "*.qml"` -o $podir/kcm_kwindecoration.pot
|
|
rm -f rc.cpp
|