Uploaded image for project: 'Qbs ("Cubes")'
  1. Qbs ("Cubes")
  2. QBS-604

[WiX] Fails at using of *.wxl files

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 1.3.0
    • 1.2.0
    • General
    • None
    • * QtCreator 3.1
      * WiX 3.8
      * Qbs v 1.2? (delivered with QtCreator)
    • 1906d193400be094abea2de1b596b95b5767a88c

    Description

      The localization files (*.wxl) which is added to "files" property is incorrect processing.

      Got an error:

      C:\Qt\qtcreator-3.1.0\share\qtcreator\qbs\share\qbs\modules\wix\WiXModule.qbs:359: error: evaluating prepare script: TypeError: Result of expression 'outputs.wxl' [undefined] is not an object.

      Seems that in this code:

                  for (i in inputs.wxl) {
                      args.push("-loc");
                      args.push(outputs.wxl[i].filePath);
                  }
      

      the "outputs.wxl[i].filePath" need to replace to "inputs.wxl[i].filePath"

      Attachments

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

        Activity

          People

            jakepetroules Jake Petroules (DO NOT ASSIGN ISSUES)
            kuzulis Denis Shienkov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes