Extract messages from .kcfg too (whoops).

svn path=/trunk/KDE/kdebase/apps/; revision=687407
This commit is contained in:
Chusslove Illich 2007-07-13 14:36:17 +00:00
parent 097a1fea88
commit b57fe4aa4c

View file

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