[Qt] New binding release?

Den Jean Den.Jean at telenet.be
Thu May 26 22:32:52 CEST 2011


On Thursday 26 May 2011 22:19:16 Matthias Klumpp wrote:
> Btw, I got a patch for the project file, which now appends mstackrealign
> all ix86 architectures (at least I hope so).

this is what I was going to do, have not yet tested yet, feel free to do so
I do not have Win 64 bit.

X86 = $$find(QMAKE_HOST.arch, i*86)
! isEmpty( X86 ) {
       message("Added -mstackrealign to CXXFLAGS in support of SSE on arch " 
$$QMAKE_HOST.arch)
       QMAKE_CXXFLAGS += -mstackrealign
}





More information about the Qt mailing list