Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (100 - 102 of 301)

Ticket Resolution Summary Owner Reporter
#134 fixed QMake: Incorrectly generated INCLUDE entries due to missing substutution in moc.prf/uic.prf hermi
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.

#138 fixed QMake ignores LIBS_PRIVATE rudi
Description

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

#220 fixed QMake doesn't support shadow builds rudi
Description

Our QMake fails to create response files in the right location when called from outside the source tree. This is feature is needed for so-called shadow builds, which appear to be the default in recent versions of QtCreator?. Find a fix attached...

Note: See TracQuery for help on using queries.