~zsombi/ubuntu-ui-toolkit/listItemExpandContent

« back to all changes in this revision

Viewing changes to tests/unit/tst_i18n/tst_i18n_LocalizedApp/tst_i18n_LocalizedApp.pro

  • Committer: Zsombor Egri
  • Date: 2015-09-04 14:14:33 UTC
  • mfrom: (1624.2.3 staging)
  • Revision ID: zsombor.egri@canonical.com-20150904141433-d09p5hd9thsmlnkc
sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
mo.target = mo
7
7
mo.commands = set -e;
8
8
mo.commands += echo Generating localization;
9
 
mo.commands += msgfmt po/en_US.po -o $${DOMAIN}/share/locale/en/LC_MESSAGES/$${DOMAIN}.mo;
 
9
mo.commands += msgfmt $$PWD/po/en_US.po -o $$PWD/$${DOMAIN}/share/locale/en/LC_MESSAGES/$${DOMAIN}.mo;
10
10
QMAKE_EXTRA_TARGETS += mo
11
11
PRE_TARGETDEPS += mo
12
12