From 9d662d9d2f33d75d3fbf682ee9fadc291ecae5cb Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 27 May 2015 12:47:12 +0200 Subject: 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 --- dist/changes-5.4.2 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dist') 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 * -- cgit v1.2.3