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

mkspec for all MS VC versions does not hide unnecessay logo message from tools

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.9.1
    • 5.3.2, 5.4.2, 5.5.1, 5.6.0, 5.7.0 Alpha
    • Build tools: qmake
    • None
    • All windows
    • 3a782e66fb457f3967bb4bea3af68ceb2ce601fd

    Description

      For example for 5.6.0 file msvc-desktop.conf have lines:
      QMAKE_IDL = midl
      QMAKE_RC = rc

      but it have to be
      QMAKE_IDL = midl /nologo
      QMAKE_RC = rc /nologo

      There same line is placed in other files for earlier versions of Qt but mistake is just the same

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            progrev Prav Ogrev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes