Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (100 - 102 of 301)

Ticket Resolution Summary Owner Reporter
#208 fixed Avoid calling lxlite for pseudo target rudi
Description

When building the Qt documentation, the link step for "qm_phony_target" is omitted, however lxlite will still be invoked.

#207 invalid omit linking produces make error rudi
Description

qmake supports the a CONFIG option named "no_link". It is mostly used when build documentations or other non-source code parts of a program.

When that option is present in a *.pro file, qmake generates:

LINK          = @: IGNORE THIS LINE
LFLAGS        = -Zomf -Zstack 0x2000  ....

When running make, it complains that the program ":" does not exist.

#206 fixed QLibrary::load() may give invalid error string rudi
Description

When loading a DLL fails because a dependent module of the requested one is missing, QLibray::errorString() is wrong.

The reason for that is, that in this case DosLoadModule? returns ERROR_FILE_NOT_FOUND. QLibraryPivate::load_sys() then appends ".DLL" and retries the load. It should not do that, if the failing module is different from the one that was attempted to load.

Note: See TracQuery for help on using queries.