Do not extract messages from the non-existent .ui and .rc files

This commit is contained in:
Yuri Chornoivan 2019-12-21 10:04:31 +02:00
parent f84b3c8c11
commit 88fd5eb63d
2 changed files with 0 additions and 2 deletions

1
core/Messages.sh Executable file → Normal file
View 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

View 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-kded.pot $XGETTEXT `find . -name '*.cpp'` -o $podir/kdeconnect-kded.pot