Mention cmake changes in ChangeLog for -fPIE -> -fPIC changes

This is a follow-up change to commit 3eca75de67
to mention changes required to CMakeLists.txt for users of Qt.

Change-Id: I1c9ed162427cdc620f998ccf266d59886901c28d
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
Simon Hausmann 2015-05-27 12:47:12 +02:00 committed by Jani Heikkinen
parent 6255859ebf
commit 9d662d9d2f

4
dist/changes-5.4.2 vendored
View File

@ -41,6 +41,10 @@ information about a particular change.
Qt's option "reduce relocations" is active. Note that Clang is known
to generate incompatible code even with -fPIC if the -flto option is
active.
Applications using qmake or cmake >= 2.8.12 as their build system will
adapt automatically. Applications using an older release of cmake need to
change their CMakeLists.txt to add Qt5Core_EXECUTABLE_COMPILE_FLAGS to
CMAKE_CXX_FLAGS.
****************************************************************************
* Library *