[Releasing] Qt 5 alpha 20120314: win32 msvc2010 x86: FAILURE

Oswald Buddenhagen oswald.buddenhagen at nokia.com
Thu Mar 15 15:07:19 CET 2012


On Thu, Mar 15, 2012 at 01:05:43PM +0100, ext Thiago Macieira wrote:
> This is when trying to create the precompiled header, processing the rule:
> qmake_pch.obj:
> 	$(CXX) $(CXXFLAGS_BARE) -c -Yc -Fpqmake_pch.pch -TP qmake_pch.h
> 
> To fix, change that line in qmake/Makefile.win32 to:
> qmake_pch.obj:
> 	$(CXX) $(CXXFLAGS_BARE) -c -Yc -Fpqmake_pch.pch -TP $(QMKSRC)\qmake_pch.h
> 
this is pretty obvious. not sure how this went through CI or even my
local shadow builds ...



More information about the Releasing mailing list