Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-65916

windeployqt does not deploy reported translations

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.9.3
    • None
    • * Windows 10 x64
       * Qt 5.9.3 MSVC2015 32 bit

      This utility deploys only the qt_.qm files, and do nothing with others, e.g. such as qtdeclarative_.qm, qtbase_.qm and so on.

      If try so start this utility with the '–json' option, then it shows in own output, that these translations are processed, but I do not see that translations inside of output directory:

      windeployqt.exe --json tst_uartdispatcherd.exe
      
      {
          "files": [
              ...
              ...
              {
                  "source": "C:\\Qt\\5.9.3\\msvc2015\\translations\\qt_es.qm",
                  "target": "E:\\Work\\TEST\\test-git\\build-test-x86-qbs-debug\\qtc_Desktop_Qt_5_9_3_MSVC2015_32bit_Debug\\install-root\\tests\\auto\\translations"
              },
              {
                  "source": "C:\\Qt\\5.9.3\\msvc2015\\translations\\qtbase_es.qm",
                  "target": "E:\\Work\\TEST\\test-git\\build-test-x86-qbs-debug\\qtc_Desktop_Qt_5_9_3_MSVC2015_32bit_Debug\\install-root\\tests\\auto\\translations"
              },
              {
                  "source": "C:\\Qt\\5.9.3\\msvc2015\\translations\\qtserialport_es.qm",
                  "target": "E:\\Work\\TEST\\test-git\\build-test-x86-qbs-debug\\qtc_Desktop_Qt_5_9_3_MSVC2015_32bit_Debug\\install-root\\tests\\auto\\translations"
              },
              ...
              ...
          ]
      }

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kleint Friedemann Kleint
            kuzulis Denis Shienkov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes