summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-07-15 15:06:56 +0200
committerKai Koehne <kai.koehne@qt.io>2021-07-16 07:43:02 +0000
commit1a43be7893f5b7f265262a278d904a96f0d256a0 (patch)
treefb7cad3e397ea1cc3548b5c9e6da7a390cb96325 /src/tools
parentff1c12376ba2a99be50d34f0c6a7ac9afd725b10 (diff)
Add qtpaths6 alias
Make qtpaths also available under qtpaths6. In fef850c51a069, qtpaths got extended to replicate the 'qmake -query' behavior. This was meant for IDE's like Qt Creator, so that they can use qtpaths instead of qmake to identify Qt versions. Anyhow, since qtpaths was also available in Qt 5, letting users just select _any_ qtpaths executable won't work for this purpose. Adding qtpaths6 - like qmake 6 - allows IDE's to query for a Qt 6 qtpaths. Pick-to: 6.2 Task-number: QTCREATORBUG-25546 Change-Id: Ifc7e1a76b26cf706872db1bb1f9d3de5f006de24 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/qtpaths/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/qtpaths/CMakeLists.txt b/src/tools/qtpaths/CMakeLists.txt
index e1df1d6422..77b16f5f1e 100644
--- a/src/tools/qtpaths/CMakeLists.txt
+++ b/src/tools/qtpaths/CMakeLists.txt
@@ -8,6 +8,7 @@ qt_get_tool_target_name(target_name qtpaths)
qt_internal_add_tool(${target_name}
TARGET_DESCRIPTION "Qt tool that provides the standard paths of the Qt framework"
TOOLS_TARGET Core
+ INSTALL_VERSIONED_LINK
SOURCES
qtpaths.cpp
DEFINES