summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2015-05-27 12:47:12 +0200
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2015-05-28 07:34:29 +0000
commit9d662d9d2f33d75d3fbf682ee9fadc291ecae5cb (patch)
treed9dd28eedd6df03ede1bb1ac72e30284ffc5fc0c /dist
parent6255859ebf19b38c864cd6dbaf2878e0116535a4 (diff)
Mention cmake changes in ChangeLog for -fPIE -> -fPIC changes
This is a follow-up change to commit 3eca75de67b3fd2c890715b30c7899cebc096fe9 to mention changes required to CMakeLists.txt for users of Qt. Change-Id: I1c9ed162427cdc620f998ccf266d59886901c28d Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.4.24
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-5.4.2 b/dist/changes-5.4.2
index 5827187e9e..29d3c6346d 100644
--- a/dist/changes-5.4.2
+++ b/dist/changes-5.4.2
@@ -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 *