summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-07-13 17:08:17 +0200
committerKai Köhne <kai.koehne@qt.io>2021-07-14 13:20:00 +0200
commit4d5e16bb4d03d3f999319b5632d99e4865ae7fcc (patch)
tree05fad5bc0e68889f69f172b4690e2dd524fe26ca /tools
parent1080f607c6eeaf88b48f0202dd61ce40e911a997 (diff)
Move repc to libexec
Pick-to: 6.2 Task-number: QTBUG-88791 Change-Id: I0295e2225cc569868afa4a7080ac32440e37dd3a Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Brett Stottlemyer <bstottle@ford.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/repc/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/repc/CMakeLists.txt b/tools/repc/CMakeLists.txt
index a0fb8a5..4527f51 100644
--- a/tools/repc/CMakeLists.txt
+++ b/tools/repc/CMakeLists.txt
@@ -10,6 +10,7 @@ qt_get_tool_target_name(target_name repc)
qt_internal_add_tool(${target_name}
TARGET_DESCRIPTION "Qt Remote Objects Compiler"
TOOLS_TARGET RemoteObjects # special case
+ INSTALL_DIR "${INSTALL_LIBEXECDIR}"
SOURCES
cppcodegenerator.cpp cppcodegenerator.h
main.cpp