From 1a43be7893f5b7f265262a278d904a96f0d256a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Thu, 15 Jul 2021 15:06:56 +0200 Subject: 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 --- src/tools/qtpaths/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tools') 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 -- cgit v1.2.3