3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-12 02:05:54 +00:00
Brooklyn/plasma/kcms/mouse/Messages.sh

5 lines
158 B
Bash
Raw Normal View History

2022-04-02 18:24:21 +05:00
#! /usr/bin/env bash
$EXTRACTRC `find -name \*.ui` >> rc.cpp || exit 11
$XGETTEXT `find . -name "*.cpp" -o -name "*.qml"` -o $podir/kcmmouse.pot
rm -f rc.cpp