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

Rohan McGovern rohan.mcgovern at nokia.com
Sun Mar 18 23:56:42 CET 2012


Oswald Buddenhagen said:
> 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 ...

There is no Windows shadow build in CI.



More information about the Releasing mailing list