From cc0900d9cd5fe1fa224d48738965b2928c09f6e7 Mon Sep 17 00:00:00 2001 From: Sebastian Holtermann Date: Sat, 14 Sep 2019 10:18:51 +0200 Subject: Help: Add release notes for AUTOMOC_PATH_PREFIX --- Help/release/dev/automoc_path_prefix.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Help/release/dev/automoc_path_prefix.rst diff --git a/Help/release/dev/automoc_path_prefix.rst b/Help/release/dev/automoc_path_prefix.rst new file mode 100644 index 0000000..bee1b32 --- /dev/null +++ b/Help/release/dev/automoc_path_prefix.rst @@ -0,0 +1,13 @@ +automoc_path_prefix +------------------- + +* When using :prop_tgt:`AUTOMOC`, CMake now generates the ``-p`` path prefix + option for ``moc``. This ensures that ``moc`` output files are identical + on different build setups (given, that the headers compiled by ``moc`` are + in an :command:`include directory `). + Also it ensures that ``moc`` output files will compile correctly when the + source and/or build directory is a symbolic link. + + The ``moc`` path prefix generation behavior can be configured by setting + the new :variable:`CMAKE_AUTOMOC_PATH_PREFIX` variable and/or + :prop_tgt:`AUTOMOC_PATH_PREFIX` target property. -- cgit v0.12