Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (124 - 126 of 301)

Ticket Owner Reporter Resolution Summary
#134 hermi fixed QMake: Incorrectly generated INCLUDE entries due to missing substutution in moc.prf/uic.prf
Description

Incorrect INCLUDE entries have been generated.

Solved by changing

QT4.5.1-GA\mkspecs\features\moc.prf (line 76):

win32:moc_dir_short ~= s,^.:,/,

to

"win32|os2:moc_dir_short ~= s,^.:,/,"

and

QT4.5.1-GA\mkspecs\features\uic.prf (line 38):

win32:ui_dir_short ~= s,^.:,/,

to

win32|os2:ui_dir_short ~= s,^.:,/,

It might make sense to review all other *.prf files if some more "win32" -> "win32|os2" changes are needed.

#135 Dmitry A. Kuminov fixed Check if WebKit can be built
Description

We should try to find out what are the requirements of the WebKit? module and build it if we can.

The last time I checked it required GCC 3.4 and above. Now we have GCC 4.4.2 but there are some more dependencies for WebKit? in Qt4 it seems.

#138 rudi fixed QMake ignores LIBS_PRIVATE
Description

The title says it. There has been a change in the implementation of findLibraries(). Please check \qmake\generators\win32\winmakefile.h.

Note: See TracQuery for help on using queries.