aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmljsrootgen
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-03-30 14:38:10 +0200
committerKai Köhne <kai.koehne@qt.io>2021-05-11 08:48:11 +0200
commitc4425426278c1f5e94d51b465a746ab6a5ff74d7 (patch)
tree81ceb2727330b7737ab3651aea8e1b0767d0aa85 /tools/qmljsrootgen
parent4c236f12f952711f3f4b7f9eccef82c8a87a0a0e (diff)
Move tools to libexec
Move qmlimportscanner, qmltyperegistrar, qmljsrootgen, qmlcachegen to libexec These are internal tools that is not supposed to be run by the user directly. [ChangeLog][Linux] qmlimportscanner, qmltyperegistrar, qmljsrootgen, qmlcachegen tools got moved from QTDIR/bin into QTDIR/libexec directory. Task-number: QTBUG-88791 Change-Id: I2739044e872ec83ef7da7dd857c26395ecfd407d Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Maximilian Goldstein <max.goldstein@qt.io>
Diffstat (limited to 'tools/qmljsrootgen')
-rw-r--r--tools/qmljsrootgen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qmljsrootgen/CMakeLists.txt b/tools/qmljsrootgen/CMakeLists.txt
index 5126f6f091..357000b969 100644
--- a/tools/qmljsrootgen/CMakeLists.txt
+++ b/tools/qmljsrootgen/CMakeLists.txt
@@ -2,6 +2,7 @@ qt_get_tool_target_name(target_name qmljsrootgen)
qt_internal_add_tool(${target_name}
TARGET_DESCRIPTION "QML Global Object Metatypes Generator"
TOOLS_TARGET Qml # special case
+ INSTALL_DIR "${INSTALL_LIBEXECDIR}"
SOURCES
main.cpp
PUBLIC_LIBRARIES