summaryrefslogtreecommitdiffstats
path: root/qt_cmdline.cmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-11-18 21:42:59 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-11-19 20:44:51 +0100
commitd29f76f5e5bada4badcd9db8bf3fb15ff4ba3012 (patch)
treee2ccd62f6d4703c1d9e33c900c93c5c6f66729f4 /qt_cmdline.cmake
parent18aff2b424577b4560b32698038e9bcf68a54b88 (diff)
Add configure feature 'androiddeployqt'
This makes it possible to turn off the build of the Android deployment tool. A new src/tools/configure.cmake is added that will be the place for all tool-related features in qtbase. Change-Id: Ic9264c93ee96de06c97d21d2f27f73256f48ffda Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'qt_cmdline.cmake')
-rw-r--r--qt_cmdline.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt_cmdline.cmake b/qt_cmdline.cmake
index 1bb83faaf8..f819a2bc14 100644
--- a/qt_cmdline.cmake
+++ b/qt_cmdline.cmake
@@ -7,6 +7,7 @@ qt_commandline_subconfig(src/widgets)
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)