[Qt] libQt4Pas on Ubuntu
zeljko at holobit.net
zeljko at holobit.net
Wed Apr 13 21:42:06 CEST 2011
On Wed, 13 Apr 2011 21:38:20 +0200, Den Jean <Den.Jean at telenet.be>
wrote:
>
> I only found time for 32bit Linux.
>
> Qt4Pas.pro:
>
> ...
> 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
> }
There's also problem with qt-4.7 under windows (someone reported on
lazarus forum). dll should be compiled with -mstackrealign, if mingw gcc
compiler doesn't support then
we can do nothing, except rebuilding complete qt on win32 with disabled
sse2.
zeljko
More information about the Qt
mailing list