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

"qmake -tp vc" ignores extra compiler if its name is "MOC"

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.12.0
    • Build tools: qmake
    • None
    • Windows

    Description

      Spotted in repccommon.pri of QtRemoteObjects:

      $${group}_moc.commands = $$moc_header.commands $$REPC_INCLUDEPATH
      $${group}_moc.output = $$moc_header.output
      $${group}_moc.input = $${GROUP}_HEADERS
      $${group}_moc.variable_out = GENERATED_SOURCES
      $${group}_moc.name = $$moc_header.name 
      

      is ignored, because there already is an extra compiler with that name ("MOC").

      Attachments

        Issue Links

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

          Activity

            People

              qtbuildsystem Qt Build System Team
              jbornema Joerg Bornemann
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes