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

MP option ignored

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 4.7.1
    • 4.4.3
    • Build tools: qmake
    • None
    • 33213ad69d29dbe82395bf3865e4f80128edd6a6

    Description

      The compilation option MP, available since 2005 is not taken into account:

      msvc_objectmodel.cpp,649: added:

      }
      else if (second == 'P')
      {
      if (config->CompilerVersion >= NET2005)
      AdditionalOptions += option;
      else
      warn_msg(WarnLogic, "/MP option only for .NET >= 2005,
      ignoring.");
      break;
      }

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            mch Jervey Kong
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes