mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
4 lines
148 B
Bash
4 lines
148 B
Bash
#! /usr/bin/env bash
|
|
$EXTRACTRC private/*.ui >> rc.cpp
|
|
$XGETTEXT `ls *.cpp *.h */*.h */*.cpp | grep -v 'tests/'` -o $podir/libplasma.pot
|
|
rm -f *.ui
|