From 069fc33e8a0a092fe0283b5073262fab14f82646 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 10 Sep 2020 11:51:23 +0200 Subject: 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 --- util/cmake/configurejson2cmake.py | 1 - 1 file changed, 1 deletion(-) (limited to 'util') diff --git a/util/cmake/configurejson2cmake.py b/util/cmake/configurejson2cmake.py index 2dfd8e16a0..cccfabb9e8 100755 --- a/util/cmake/configurejson2cmake.py +++ b/util/cmake/configurejson2cmake.py @@ -422,7 +422,6 @@ def parseInput(ctx, sinput, data, cm_fh): "c++std", "ccache", "commercial", - "compile-examples", "confirm-license", "dbus", "dbus-runtime", -- cgit v1.2.3