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

Output of uic3 Description fails in VS2010

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • 4.7.2
    • 4.6.0, 4.6.1, 4.6.2, 4.6.3, 4.7.0
    • Build tools: uic
    • None
    • 4ba3dadcae97bfde6216c32cfa339f8f0e0253c7

      With Visual Studio 2010 and uic3 an ampersand send to echo will be interpreted as second command.

      The affected lines in /Qt/qmake/generators/win32/msvc_objectmodel.cpp

      // Output in info.additionalFile -----------
      if (!CustomBuildTool.Description.isEmpty())
      CustomBuildTool.Description += " & ";

      If changed to
      CustomBuildTool.Description += " + ";
      everything is OK.

      Does not happen with VC2008.

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

            jbornema Joerg Bornemann
            martins2 Martin Sander
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes