Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (193 - 195 of 301)

Ticket Owner Reporter Resolution Summary
#228 Dmitry A. Kuminov fixed qmake: Add .sym file generation
Description

It is useful to have .sym files for all .DLLs and .EXEs since they allow to reconstruct the execution flow of a crashed application from the process dump file which is useful for analyzing crashes happening on the end user side.

The .sym files should be also read by the IBM debuggers to show the symbols when stepping through the release version of the application (that does not have debugging info built in). Although it doesn't always work (I couldn't find why so far) it's better than nothing.

#229 rudi fixed Double quoting for RES file dependency
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 $@

#231 rudi fixed Problem creating multiple QFilesystemWatchers
Description

When QT Creator starts up, the following message appears:

QOS2FileSystemWatcherEngine:: DosOpen?(\PIPE\XNOTIFY) returned 231

Note: See TracQuery for help on using queries.