summaryrefslogtreecommitdiff
path: root/configure.cmake
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-03-09 19:02:53 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2021-03-11 12:43:26 +0100
commitbf9f5e2f70ef676cbc5a96aa2dbb82e13ca2563d (patch)
treef0544e5fd2716cbf7fd6c441782af3b95d16095b /configure.cmake
parentb9a9f7b502f0631144176be343779a698e54161e (diff)
downloadqttools-bf9f5e2f70ef676cbc5a96aa2dbb82e13ca2563d.tar.gz
Move qtpaths to qtbase
Task-number: QTBUG-75870 Change-Id: I3828b6752e4bde08be4f6f6ea2dccaa83222ba82 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'configure.cmake')
-rw-r--r--configure.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.cmake b/configure.cmake
index b4a02e893..7b20dff66 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -80,10 +80,6 @@ qt_feature("qtdiag" PRIVATE
LABEL "qtdiag"
PURPOSE "qtdiag outputs information about the Qt installation it was built with."
)
-qt_feature("qtpaths" PRIVATE
- LABEL "qtpaths"
- PURPOSE "qtpaths is a command line client to QStandardPaths."
-)
qt_feature("qtplugininfo" PRIVATE
LABEL "qtplugininfo"
PURPOSE "qtplugininfo dumps metadata about Qt plugins in JSON format."
@@ -107,7 +103,6 @@ qt_configure_add_summary_entry(ARGS "qdbus")
qt_configure_add_summary_entry(ARGS "qev")
qt_configure_add_summary_entry(ARGS "qtattributionsscanner")
qt_configure_add_summary_entry(ARGS "qtdiag")
-qt_configure_add_summary_entry(ARGS "qtpaths")
qt_configure_add_summary_entry(ARGS "qtplugininfo")
qt_configure_add_summary_entry(ARGS "windeployqt")
qt_configure_end_summary_section() # end of "Qt Tools" section