Extract messages from .kcfg too.

svn path=/trunk/KDE/kdebase/apps/; revision=687406
This commit is contained in:
Chusslove Illich 2007-07-13 14:34:42 +00:00
parent aa69bcdc64
commit 097a1fea88

View file

@ -1,4 +1,4 @@
#! /usr/bin/env bash
$EXTRACTRC `find . -name \*.ui -o -name \*.rc` > rc.cpp
$EXTRACTRC `find . -name \*.ui -o -name \*.rc -name \*.kcfg` > rc.cpp
$XGETTEXT *.cpp -o $podir/dolphin.pot