How can I make Assistant look for translations outside qtVersion/translations when deploying my application?

You can provide a qt.conf [doc.qt.nokia.com] file with your application which indicates where the translations are located.

The content of your qt.conf file can look something like the following for example:

  1. [Paths]
  2. Translations =c:\\xxx\\translations

No comments

Write a comment

Sorry, you must be logged in to post a comment.