summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-07-13 17:04:03 +0200
committerKai Koehne <kai.koehne@qt.io>2021-10-27 12:44:56 +0000
commitb2f6bcec5125b099345a521735bc1e820ce8f310 (patch)
tree5b06275af318303101a68883dbe1c9c0913016c9 /tools
parent90c7aa5912881d07519273e1694e5840d643c579 (diff)
Move qscxmlc to libexec
The compiler is usually not called manually, but through the build system. Task-number: QTBUG-88791 Change-Id: I5077b8110e2a840b2e97a922988bfa6f286a1a1f Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/qscxmlc/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qscxmlc/CMakeLists.txt b/tools/qscxmlc/CMakeLists.txt
index f9c1360..66834f8 100644
--- a/tools/qscxmlc/CMakeLists.txt
+++ b/tools/qscxmlc/CMakeLists.txt
@@ -7,6 +7,7 @@ qt_internal_include_in_repo_target_set(qtscxml)
qt_get_tool_target_name(target_name qscxmlc)
qt_internal_add_tool(${target_name}
TOOLS_TARGET Scxml
+ INSTALL_DIR "${INSTALL_LIBEXECDIR}"
SOURCES
../../src/scxml/qscxmlcompiler.cpp ../../src/scxml/qscxmlcompiler.h ../../src/scxml/qscxmlcompiler_p.h
../../src/scxml/qscxmlerror.cpp ../../src/scxml/qscxmlerror.h