From 3fd72dbf1bf4210fb61087fd9b70b6ac72682ffe Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Mon, 25 Jan 2021 11:11:27 +0100 Subject: [PATCH] Document more arguments of qt_internal_add_tool Change-Id: Ia89922bb7d8ce327ea864889f5e2132427c58be6 Reviewed-by: Alexey Edelev Reviewed-by: Kai Koehne (cherry picked from commit a63f72d442df201065efbe6868f669a5855aa557) Reviewed-by: Qt Cherry-pick Bot --- cmake/QtToolHelpers.cmake | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cmake/QtToolHelpers.cmake b/cmake/QtToolHelpers.cmake index 25b8e4a58c4..e6246ba94ab 100644 --- a/cmake/QtToolHelpers.cmake +++ b/cmake/QtToolHelpers.cmake @@ -8,9 +8,15 @@ # qt_add_tool(${target_name}) # # Arguments: +# EXTRA_CMAKE_FILES +# List of additional CMake files that will be installed alongside the tool's exported CMake +# files. # INSTALL_DIR # Takes a path, relative to the install prefix, like INSTALL_LIBEXECDIR. # If this argument is omitted, the default is INSTALL_BINDIR. +# TOOLS_TARGET +# Specifies the module this tool belongs to. The module's Qt6${module}Tools.cmake file +# will then contain targets for this tool. # function(qt_internal_add_tool target_name) qt_tool_target_to_name(name ${target_name})