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

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

XMLWordPrintable

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

      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").

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

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

              Created:
              Updated:

                There are no open Gerrit changes