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

In Qt 5.8 when using MSVC and cmake it does not properly pass the flags run moc

    XMLWordPrintable

Details

    • 1b599660219d8b54df5d075bf7aa69bfd3bf282b

    Description

      Qt5CoreMacros.cmake:

      macro(QT5_GET_MOC_FLAGS _moc_flags)
          ...
          if (MSVC)
              set(${_moc_flags} --compiler-flavor=msvc)  - _moc_flags overwritten
          endif()
      endmacro()
      

      Attachments

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

        Activity

          People

            ben.boeckel@kitware.com Ben Boeckel
            i.kashurnikov Ivan Kashurnikov
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes