Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (76 - 78 of 301)

Ticket Resolution Summary Owner Reporter
#232 fixed Missing QtCore exports rudi
Description

Attempting a full rebuild (no shadow) fails when linking QtXml? due to missing exports from QtCore?. Several symbols (like QByteArray::QByteArray(const char *) are not exported anymore. The newly created QtCore?.lib is smaller than it used to be.

Shadow build fails even earlier. QMake can't be built due to missing include path (qstringlist.h not found).

#231 fixed Problem creating multiple QFilesystemWatchers rudi
Description

When QT Creator starts up, the following message appears:

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

#230 fixed Avoid quoting of make variables/macros rudi
Description

In r909 quoting for "clean" targets was introduced. This creates a rule like this:

   -$(DEL_FILE) $(basename $(DESTDIR_TARGET)).map >nul 2>&1

I think, we should not quote file names, that are expanded by make.

Note: See TracQuery for help on using queries.