summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-07-15 15:06:56 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-07-19 11:49:42 +0000
commitf36331abcb074dc8aaafab9a3bfbc9d53b20a336 (patch)
tree8138ee101ea5fe83ed76edd4590c537e35dc5291
parent640e8d232f29fbe560797784664cd556cc069049 (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. Task-number: QTCREATORBUG-25546 Change-Id: Ifc7e1a76b26cf706872db1bb1f9d3de5f006de24 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 1a43be7893f5b7f265262a278d904a96f0d256a0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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