Merge lp:~zeller-benjamin/ubuntu-sdk-qmake-extras/translationsFix into lp:ubuntu-sdk-qmake-extras

Proposed by Benjamin Zeller
Status: Merged
Approved by: Zoltan Balogh
Approved revision: 10
Merged at revision: 10
Proposed branch: lp:~zeller-benjamin/ubuntu-sdk-qmake-extras/translationsFix
Merge into: lp:ubuntu-sdk-qmake-extras
Diff against target: 12 lines (+1/-1)
1 file modified
ubuntu-click-tools.prf (+1/-1)
To merge this branch: bzr merge lp:~zeller-benjamin/ubuntu-sdk-qmake-extras/translationsFix
Reviewer Review Type Date Requested Status
Michael Zanetti (community) Approve
Zoltan Balogh Approve
Review via email: mp+297312@code.launchpad.net

Commit message

Fix Bug lp:1549680 "QtCreator doesn't work with translations any more"

Description of the change

Fix Bug lp:1549680 "QtCreator doesn't work with translations any more"

To post a comment you must log in.
Revision history for this message
Zoltan Balogh (bzoltan) wrote :

makes sense

review: Approve
Revision history for this message
Michael Zanetti (mzanetti) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntu-click-tools.prf'
2--- ubuntu-click-tools.prf 2015-09-28 10:53:35 +0000
3+++ ubuntu-click-tools.prf 2016-06-14 10:25:26 +0000
4@@ -94,7 +94,7 @@
5
6 target_name=update_po_target_$$lang
7 $${target_name}.target = $${update_target_file}
8- $${target_name}.commands =cd $$_PRO_FILE_PWD_/po && LC_ALL=C intltool-update -d $$lang -g template -x && touch $${update_target_file}
9+ $${target_name}.commands =cd $$_PRO_FILE_PWD_/po && LC_ALL=C intltool-update -d $$lang -g $${UBUNTU_TRANSLATION_DOMAIN} -x && mkdir -p $$shadowed($$_PRO_FILE_PWD_)/po && touch $${update_target_file}
10 $${target_name}.depends+=$${template_pot.target}
11
12 QMAKE_EXTRA_TARGETS+=$$target_name

Subscribers

People subscribed via source and target branches