Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (88 - 90 of 301)

Ticket Resolution Summary Owner Reporter
#75 fixed Add support for lxlite Dmitry A. Kuminov
Description

For linking Qt and Qt apps, we are stuck to WLINK (ILINK is bogus and cannot handle so many exports as QtGui? has). WLINK is not capable of doing EXE/DLL compression which results into big executables and DLLs even in release builds.

The obvious solution is to use LXLITE to compress the generated EXE and DLL files. LXLITE support must be added to the qmake framework to make its usage fully transparent for the developers.

#76 fixed Generate root makefile Dmitry A. Kuminov
Description

Improve configure.cmd so that it generates the root Makefile and Makefiles for all .pro files in the tree, as on other platforms.

#77 fixed Fix support for 'console' and 'windows' CONFIG flags Dmitry A. Kuminov
Description

The 'console' flag should generate a console application (that requires standard input/output streams and a text mode window attached to it).

The 'windows' flag should generate a PM application that doesn't have standard input/output or a text mode window attached.

Currently, qmake passes special flags to WLINK depending on whether 'console' ("SYSTEM os2v2") or 'windows' ("SYSTEM os2v2_pm") is in CONFIG but these flags are not understood by a standalone patched WLINK version we use because system configuration files are missing.

Note: See TracQuery for help on using queries.