Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.9
-
Fix Version/s: 5.9.0 Alpha
-
Component/s: Build tools: qmake
-
Labels:None
-
Environment:Windows
-
Commits:1b46872cde7fb50652f55bfe1e286e6af5124200
Description
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