mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-25 03:12:52 +00:00
3 lines
102 B
Bash
3 lines
102 B
Bash
#!/bin/sh
|
|
$EXTRACTRC *.ui *.kcfg >> rc.cpp
|
|
$XGETTEXT *.cpp -o $podir/akonadi_openxchange_resource.pot
|