Follow the changes to the structure of the files that happened during the porting to Frameworks.remotes/origin/Applications/16.12
parent
3c8464a4a0
commit
ce4057c8b6
2 changed files with 1 additions and 7 deletions
@ -1,7 +1,2 @@ |
||||
#! /usr/bin/env bash |
||||
$EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp |
||||
$XGETTEXT `find . -name \*.qml` -L Java -o $podir/org.kde.active.documentviewer.temp.pot |
||||
$XGETTEXT `find src/ -name "*.cpp" -o -name "*.h"` -o $podir/org.kde.active.documentviewer.pot |
||||
$MSGCAT $podir/org.kde.active.documentviewer.temp.pot $podir/org.kde.active.documentviewer.pot -o $podir/org.kde.active.documentviewer.pot |
||||
rm -f $podir/org.kde.active.documentviewer.temp.pot |
||||
rm -f rc.cpp |
||||
$XGETTEXT `find . -name \*.qml` -L Java -o $podir/org.kde.active.documentviewer.pot |
||||
|
||||
Loading…
Reference in new issue