From 1f30bcf33618ca39c47dc1058529b55635e30aef Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Mon, 25 Jan 2021 11:12:37 +0100 Subject: Move build tools to libexec instead of the bin dir [ChangeLog][Build System] Tools that are called by the build system and are unlikely to be called by the user are now installed to the libexec directory. This is a step towards easier co-installability of different Qt versions. Pick-to: 6.1 Task-number: QTBUG-88791 Change-Id: Id19575b5ba27795f7715e4ea6a09391b26dd4942 Reviewed-by: Kai Koehne --- src/tools/cmake_automoc_parser/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tools/cmake_automoc_parser') diff --git a/src/tools/cmake_automoc_parser/CMakeLists.txt b/src/tools/cmake_automoc_parser/CMakeLists.txt index 31bef236e8..b5c4aba89c 100644 --- a/src/tools/cmake_automoc_parser/CMakeLists.txt +++ b/src/tools/cmake_automoc_parser/CMakeLists.txt @@ -5,6 +5,7 @@ qt_get_tool_target_name(target_name cmake_automoc_parser) qt_internal_add_tool(${target_name} BOOTSTRAP + INSTALL_DIR "${INSTALL_LIBEXECDIR}" TOOLS_TARGET Core # special case SOURCES main.cpp -- cgit v1.2.3