[Releasing] Qt 5 alpha 20120314: win32 msvc2010 x86: FAILURE
Thiago Macieira
thiago.macieira at intel.com
Thu Mar 15 14:32:13 CET 2012
On quinta-feira, 15 de março de 2012 14.19.09, Friedemann Kleint wrote:
> Hi,
>
> > -platform linux-g++-optimised
>
> That does not exist, but
> http://codereview.qt-project.org/#change,20130 is a fix for building
> with CXXFLAGS=-std=c++0x
Which is why I listed the flags that it adds :-)
qmake.conf attached for completeness.
> >c1xx : fatal error C1083: Cannot open source file: 'qmake_pch.h': No
> such file
> >or directory
>
> I cannot reproduce that, the package works for me (MSVC2010, 64bit). Is
> that some non-standard setup, too?
No. Pretty standard *shadow* build.
--
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 --------------
include(../linux-g++/qmake.conf)
QMAKE_CFLAGS += -march=core2 -mtune=corei7-avx
QMAKE_CFLAGS_APP += -fPIE
QMAKE_CFLAGS_RELEASE = -O3 -g -maccumulate-outgoing-args
QMAKE_COMPILER_DEFINES += __GXX_EXPERIMENTAL_CXX0X__
QMAKE_CXXFLAGS *= $$QMAKE_CFLAGS
QMAKE_CXXFLAGS += -std=c++0x
QMAKE_CXXFLAGS_RELEASE = $$QMAKE_CFLAGS_RELEASE
QMAKE_CXXFLAGS_APP += -fPIE
#QMAKE_LFLAGS_APP += -Wl,-pie
QMAKE_LFLAGS += $$QMAKE_CFLAGS -Wl,-O1 -Wl,--as-needed -Wl,-z,relro
QMAKE_LFLAGS_RELEASE += $$QMAKE_CFLAGS_RELEASE
-------------- 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/ebc4977d/attachment.sig>
More information about the Releasing
mailing list