Do not extract messages from the non-existent .ui and .rc files
This commit is contained in:
parent
f84b3c8c11
commit
88fd5eb63d
2 changed files with 0 additions and 2 deletions
1
core/Messages.sh
Executable file → Normal file
1
core/Messages.sh
Executable file → Normal file
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
$EXTRACTRC `find . -name '*.ui' -o -name '*.rc'` >> rc.cpp
|
|
||||||
$XGETTEXT `find . -name '*.cpp'` -o $podir/kdeconnect-core.pot
|
$XGETTEXT `find . -name '*.cpp'` -o $podir/kdeconnect-core.pot
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
$EXTRACTRC `find . -name '*.ui' -o -name '*.rc'` >> rc.cpp
|
|
||||||
$XGETTEXT `find . -name '*.cpp'` -o $podir/kdeconnect-kded.pot
|
$XGETTEXT `find . -name '*.cpp'` -o $podir/kdeconnect-kded.pot
|
||||||
|
|
Loading…
Reference in a new issue