summaryrefslogtreecommitdiffstats
path: root/qt_cmdline.cmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2023-05-12 07:49:46 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2023-05-26 17:44:51 +0200
commit9639d116870110db7e0f54ae651cf8e09686e61a (patch)
treed45c8c4e7655398d8fb14b812b6b35debf841cb8 /qt_cmdline.cmake
parenta02be0f1cca55a80ae9006e2a3fcbbfa89442948 (diff)
CMake: Remove the -make-tool configure option
This configure option is dysfunctional since Qt 6.0. Use -cmake-generator instead. Change-Id: Idb147ec8087018dab3ac0e571eeff7d1f18e34f6 Reviewed-by: Alexey Edelev <alexey.edelev@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 35209395df..ff103123aa 100644
--- a/qt_cmdline.cmake
+++ b/qt_cmdline.cmake
@@ -76,7 +76,6 @@ qt_commandline_option(ltcg TYPE boolean)
qt_commandline_option(intelcet TYPE boolean)
qt_commandline_option(make TYPE addString VALUES examples libs tests tools
benchmarks manual-tests minimal-static-tests)
-qt_commandline_option(make-tool TYPE string)
qt_commandline_option(mips_dsp TYPE boolean)
qt_commandline_option(mips_dspr2 TYPE boolean)
qt_commandline_option(mp TYPE boolean NAME msvc_mp)