Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 301)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#35 wontfix Finish QColormap Dmitry A. Kuminov
Description

Provide the OS/2 version of the QPaintDevice and QColormap classes.

#42 wontfix Port QFileDialog Dmitry A. Kuminov
Description

Provide the OS/2 version of the QFileDialog class.

#58 wontfix make will not create certain modules because of a trailing backslash rudi
Description

Using GNU Make 3.81 r2 certain libraries cannot be built using the makefiles created by QMAKE. Error message looks like this:

E:\Qt\4.5.1-os2-beta1\src\testlib>make -f Makefile.Debug
make: *** No rule to make target `..\..\lib\QtTestd4.lib\',
needed by `..\..\lib\QtTestd4.dll'.  Stop.

As you can see, there is a trailing backslash appended to the target. The problem seems to be known as it is mentioned in:

qmake\generators\win32\winmakefile.cpp, line 638

My fix was to change winmakefile.cpp and gnumake.cpp to add an empty comment to the following items:

TARGET
DESTDIR_TARGET
DEF_FILE
RES_FILE
RC_FILE
TARGET_IMPLIB

Not sure if all of them are neccessary, but here it was required to get the stuff built.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.