~ubuntu-sdk-team/ubuntu-ui-toolkit/noDietForPopovers

« back to all changes in this revision

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

  • Committer: Benjamin Zeller
  • Date: 2015-05-18 09:53:55 UTC
  • mto: (1504.7.12 staging)
  • mto: This revision was merged to the branch mainline in revision 1574.
  • Revision ID: benjamin.zeller@canonical.com-20150518095355-w742gzqk2xt2cmpv
- Work on using the qt macros to build the project

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 for $$DOMAIN;
9
 
mo.commands += msgfmt po/en_US.po -o $${DOMAIN}/share/locale/en/LC_MESSAGES/$${DOMAIN}.mo;
 
9
mo.commands += mkdir -p $${DOMAIN}/share/locale/en/LC_MESSAGES;
 
10
mo.commands += msgfmt $$PWD/po/en_US.po -o $${DOMAIN}/share/locale/en/LC_MESSAGES/$${DOMAIN}.mo;
10
11
QMAKE_EXTRA_TARGETS += mo
11
12
PRE_TARGETDEPS += mo
12
13