[Releasing] Qt 5 alpha 20120314: win32 msvc2010 x86: FAILURE
Thiago Macieira
thiago.macieira at intel.com
Thu Mar 15 13:05:43 CET 2012
Configured:
..\qt-everywhere-opensource-src-5.0.0\configure -opensource -release -confirm-
license
Configure output:
c1xx : fatal error C1083: Cannot open source file: 'qmake_pch.h': No such file
or directory
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
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
Intel Sweden AB - Registration Number: 556189-6027
Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/releasing/attachments/20120315/088d047e/attachment.sig>
More information about the Releasing
mailing list