← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1498076] [NEW] qmake project i18n needs fixing

 

Public bug reported:

If you choose to use qmake project, there's two bugs:

Open
http://pastebin.ubuntu.com/12513759/plain/
and search for "touch"
That touches a file in build/po/... -- but the po directory does not exist. Creating it manually works around the problem.


Open same link,
and search for
-g template
which is the looking for a file named template.pot. It should instead be:
-g $${UBUNTU_TRANSLATION_DOMAIN}

Because Ubuntu translation domain is used for the pot file name.

** Affects: qtcreator-plugin-ubuntu (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtcreator-plugin-ubuntu in
Ubuntu.
https://bugs.launchpad.net/bugs/1498076

Title:
  qmake project i18n needs fixing

Status in qtcreator-plugin-ubuntu package in Ubuntu:
  New

Bug description:
  If you choose to use qmake project, there's two bugs:

  Open
  http://pastebin.ubuntu.com/12513759/plain/
  and search for "touch"
  That touches a file in build/po/... -- but the po directory does not exist. Creating it manually works around the problem.

  
  Open same link,
  and search for
  -g template
  which is the looking for a file named template.pot. It should instead be:
  -g $${UBUNTU_TRANSLATION_DOMAIN}

  Because Ubuntu translation domain is used for the pot file name.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1498076/+subscriptions