Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-1581

mobility.prf.template doesn't work with CONFIG += localize_deployment

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 1.2.1
    • 1.1.2
    • Build System
    • None
    • QtSDK 1.1 RC, Windows, Symbian^3 toolkit
    • qtm-serviceframework: 08daf83521087583c867cebb3b22bc813d384e8b

    Description

      Using
      CONFIG += localize_deployment
      TRANSLATIONS += i18/app_en.ts i18n/app_de.ts
      allows you to translate the application name on Symbian. (I just used it to have an application name with spaces...)

      As a result all the strings in the pkg files need to be translated. This is also true for dependency checks.
      While this is no problem for the entry for Qt,

      ; Default dependency to Qt libraries
      (0x2001E61C), 4, 7, 3, {"Qt","Qt"}
      

      it is generated wrong for QtMobility

      ; Default dependency to QtMobility libraries
      (0x2002AC89), 1, 1, 2, {"QtMobility"}
      

      Steps to reproduces:
      Create a Symbian project, add the lines
      CONFIG += localize_deployment
      TRANSLATIONS += app_en.ts app_de.ts
      to the project file, compile, check the pkg file.

      Attachments

        Activity

          People

            alex Alex (closed Nokia identity) (Inactive)
            kolewa Sascha Kolewa
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: