Revision bafd3fdf1c72040abbf7ddf354f6b1c15c9985a4 authored by Thiago Macieira on 26 March 2013, 00:30:26 UTC, committed by The Qt Project on 26 March 2013, 20:44:15 UTC
Since qCpuHasFeature() checks the static qCompilerCpuFeatures variable
and that variable's value might change depending on the compiler flags,
it's best to ensure that the function is not subject to link-time
merging. That would be bad if it happened when qCpuHasFeature() was used
from a file with higher CPU compiler settings than the default, as it
would incorrectly conclude that certain features are always available.

Change-Id: I8bacde056fb89869ec1d306a163742e72522315e
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
1 parent 03d057f
Raw File
INSTALL
        INSTALLING Qt Source Package Version %VERSION%.

For full installation instructions for each supported platform, please
see http://qt-project.org/doc/qt-%SHORTVERSION%/installation.html, the file
doc/html/installation.html in this package, or follow one of the following
links:

Embedded Linux:   http://qt-project.org/doc/qt-%SHORTVERSION%/qt-embedded-install.html
Mac OS X:         http://qt-project.org/doc/qt-%SHORTVERSION%/install-mac.html
Windows:          http://qt-project.org/doc/qt-%SHORTVERSION%/install-win.html
Windows CE:       http://qt-project.org/doc/qt-%SHORTVERSION%/install-wince.html
X11 Platforms:    http://qt-project.org/doc/qt-%SHORTVERSION%/install-x11.html
back to top