From 5b85ef5cd05741ccf7240f095f633802cc834ebe Mon Sep 17 00:00:00 2001 From: Sebastian Holtermann Date: Tue, 19 Jun 2018 18:38:06 +0200 Subject: [PATCH] Autogen: Add release notes for CMAKE_AUTOGEN_VERBOSE --- Help/release/dev/CMAKE_AUTOGEN_VERBOSE.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Help/release/dev/CMAKE_AUTOGEN_VERBOSE.rst diff --git a/Help/release/dev/CMAKE_AUTOGEN_VERBOSE.rst b/Help/release/dev/CMAKE_AUTOGEN_VERBOSE.rst new file mode 100644 index 0000000000..da559cc779 --- /dev/null +++ b/Help/release/dev/CMAKE_AUTOGEN_VERBOSE.rst @@ -0,0 +1,6 @@ +CMAKE_AUTOGEN_VERBOSE +--------------------- + +* The new variable :variable:`CMAKE_AUTOGEN_VERBOSE` allows + to increase the verbosity of :prop_tgt:`AUTOMOC`, :prop_tgt:`AUTOUIC` and + :prop_tgt:`AUTORCC` from within CMakeLists.txt.