Skip to content
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.

Commit

Permalink
Make lrelease-qt5 the default
Browse files Browse the repository at this point in the history
  • Loading branch information
codestation committed May 2, 2014
1 parent 73bab40 commit d9347bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ include /usr/share/cdbs/1/class/qmake.mk
DEB_QMAKE_ARGS += PREFIX=/usr

pre-build::
lrelease resources/translations/*.ts
lrelease-qt5 resources/translations/*.ts
8 changes: 8 additions & 0 deletions version_bump.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh

[ $# -eq 0 ] && { echo "Usage: $0 <version>"; exit 1; }

sed -i "s/Version:.*/Version: $1/" rpmbuild/qcma-fedora.spec
sed -i "s/Version:.*/Version: $1/" rpmbuild/qcma-openSUSE.spec
sed -i "s/VERSION = .*/VERSION = $1/" qcma_common.pri
echo "Don't forget to update the changelog"

0 comments on commit d9347bd

Please sign in to comment.