Opened 13 years ago

Closed 13 years ago

#229 closed defect (fixed)

Double quoting for RES file dependency

Reported by: rudi Owned by:
Priority: major Milestone: Qt 4.7
Component: qmake Version:
Severity: medium Keywords:
Cc:

Description

For some reason we now have quotes around the $(RES_FILE) dependency.

$(call q,$(DESTDIR_TARGET)): tmp\uic\release-shared ... $(OBJECTS) $(call q,$(DEF_FILE)) "$(call q,$(RES_FILE))"
	$(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) $(DEF_FILE) -Wl,@$(OBJECTS_RSP) $(LIBS)
	$(RC) -n -x2 $(RES_FILE) $(DESTDIR_TARGET)
	lxlite /B- /L- /CS $@

Change History (1)

comment:1 Changed 13 years ago by Dmitry A. Kuminov

Resolution: fixed
Status: newclosed

An r905 regression. Fixed in r912. Thanks!

Note: See TracTickets for help on using tickets.