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

rsp files on windows get OBJECT files listed as one long line

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • 5.9.0 Alpha
    • 5.9
    • Build tools: qmake
    • None
    • Windows
    • 1b46872cde7fb50652f55bfe1e286e6af5124200

      On Windows QMake generates makefiles where:

      
      $(LINKER) $(LFLASGS) .MANIFEST:embd /OUT:DESTDIR @<<$(OBJECTS) $(LIBS)
      
      

      If OBJECTS list is large it ends up as a one long line, which ends up with

      fatal error LNK1170: line in command file contains 131071 or more characters

      It would be nice to add new line for every object file in rsp

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

            jbornema Joerg Bornemann
            michal Michal Klocek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes