summaryrefslogtreecommitdiffstats
path: root/qt_cmdline.cmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-11-18 21:54:27 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-11-19 20:44:51 +0100
commit610123b1c8fa5f8f376b15659cd671936eb79ec5 (patch)
tree37f439c8b43c040c116285f89a51a10acd9be853 /qt_cmdline.cmake
parentd29f76f5e5bada4badcd9db8bf3fb15ff4ba3012 (diff)
Move the 'qmake' feature to src/tools/configure.cmake
This allows us to present 'qmake' in the tool-related section of the configure summary. Change-Id: I897dec23cb0608706ec01d9b91283dbce92b293f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'qt_cmdline.cmake')
-rw-r--r--qt_cmdline.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt_cmdline.cmake b/qt_cmdline.cmake
index f819a2bc14..6627788a0a 100644
--- a/qt_cmdline.cmake
+++ b/qt_cmdline.cmake
@@ -8,7 +8,6 @@ qt_commandline_subconfig(src/printsupport)
qt_commandline_subconfig(src/plugins/sqldrivers)
qt_commandline_subconfig(src/testlib)
qt_commandline_subconfig(src/tools)
-qt_commandline_subconfig(qmake) # special case
qt_commandline_custom(qmakeArgs)
qt_commandline_option(prefix TYPE string)
qt_commandline_option(extprefix TYPE string)