Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Localization 5.11
Qt 6.11 is out! See what's new in the release blog

Localization 5.11

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 492 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kornei4
    wrote on last edited by Kornei4
    #1

    After migrating from qt 5.9 (creator 4.3.1) to qt 5.11 (creator 4.6.2) project compiles without translates, but .ts and .qm file still exist. What am i missing? Didn't have any problems when migrated from 5.8 to 5.9 and earlier.

    Win 7 pro x64 PC

    Upd: Qt doesn't create "translates" folder in compiled project and doesn't store translates here. Hmmmm.

    1 Reply Last reply
    0
    • K Offline
      K Offline
      Kornei4
      wrote on last edited by
      #2

      Not sure, but it seems that something changed in qbs and
      Group {
      fileTagsFilter: ["qm"]
      qbs.install: true
      qbs.installDir: "/bin/translates"
      }
      Doesn't store qm in bin/translates. Anybody knows how to fix?

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        You should check the bug report system to see if there's something related to that. Also, take look at the documentation to see if there was any change related to that in qbs.

        WARNING: I haven't use qbs so I might be wrong here: the path you use is a bit surprising, you have "/bin" which is an absolute path. That might mean that you are trying to write to a system library.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        1

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved