Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 301)

Ticket Resolution Summary Owner Reporter
#309 wontfix Provide i686 and pentium4 builds of Qt4 libraries Alex Taylor
Description

Our Qt4 libraries at present are only available (at least on public repos) for the i386 architecture.

It would be good to have builds optimized for i686 and higher, hopefully able to take advantage of newer processor's capabilities (and possibly improving performance)?

For Qt4 apps, the performance of the runtime libraries is something of a bottleneck. Building them for newer architectures might be one way of helping with this issue.

#310 fixed Debug build configuration looks for nonexistent libraries Alex Taylor
Description

Switching a Qt4 project to debug mode with

CONFIG += debug console

causes build to fail with the error message

weakld: cannot open library file '<path>\QtGuid_s.a'

which is caused by the generated Makefile line

LIBS = -Le:\usr\lib -lQtGuid -lQtCored

A search both locally and using 'yum provides' indicates that no library named QtGuid?* exists anywhere.

Changing the above Makefile line to specify -lQtGui4 and -lQtCore4 allows build to complete, although presumably debug traces within the Qt4 runtime itself will not be possible.

#6 fixed Port QFileSystemWatcher Dmitry A. Kuminov
Description

Provide an OS/2 version of the QFileSystemWatcherEngine class.

Note: See TracQuery for help on using queries.