summaryrefslogtreecommitdiffstats
path: root/.prev_qt_cmdline.cmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-09-10 11:51:23 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-09-11 00:40:46 +0200
commit069fc33e8a0a092fe0283b5073262fab14f82646 (patch)
tree57a87708702d649ffc12ba6e0ec36b2631103bbb /.prev_qt_cmdline.cmake
parent6ae7a02104631a2234c475575ae15ca79bef14f9 (diff)
Remove the -no-compile-examples configure switch
If '-make examples -no-compile-examples' was specified, sources of Qt's examples would be installed, but the examples would not be built. This switch has always been a source for confusion and is only interesting for distributors, who can just package the examples directory tree. Change-Id: I0291d70e4951d98b553a4abf217db49d05316d3a Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to '.prev_qt_cmdline.cmake')
-rw-r--r--.prev_qt_cmdline.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/.prev_qt_cmdline.cmake b/.prev_qt_cmdline.cmake
index f8e40b38ad..ce0f087983 100644
--- a/.prev_qt_cmdline.cmake
+++ b/.prev_qt_cmdline.cmake
@@ -43,7 +43,6 @@ qt_commandline_option(avx512 TYPE boolean NAME avx512f)
qt_commandline_option(c++std TYPE cxxstd)
qt_commandline_option(ccache TYPE boolean NAME ccache)
qt_commandline_option(commercial TYPE void)
-qt_commandline_option(compile-examples TYPE boolean NAME compile_examples)
qt_commandline_option(confirm-license TYPE void)
qt_commandline_option(coverage TYPE coverage)
qt_commandline_option(dbus TYPE optionalString VALUES no yes linked runtime)