Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit 07b189f

Browse files
committed
Use system default qt for lupdate/lrelease
1 parent 4617551 commit 07b189f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pre-commit-translation-update-hook.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
# chmod +x pre-commit-translation-update-hook.sh
66
# cp pre-commit-translation-update-hook.sh .git/hooks/pre-commit
77

8-
export QT_SELECT=5
9-
108
cd "$(git rev-parse --show-toplevel)"
119
lupdate -no-obsolete recovery/recovery.pro
1210
git add recovery/*.ts

recovery/updateqm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22

3-
lupdate -no-obsolete recovery.pro -qt=5 || true
3+
lupdate -no-obsolete recovery.pro || true
44
lrelease recovery.pro

0 commit comments

Comments
 (0)