summaryrefslogtreecommitdiffstats
path: root/configure.json
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 /configure.json
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 'configure.json')
-rw-r--r--configure.json6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.json b/configure.json
index a00a22c6da..6f62600090 100644
--- a/configure.json
+++ b/configure.json
@@ -64,7 +64,6 @@
"c++std": "cxxstd",
"ccache": { "type": "boolean", "name": "ccache" },
"commercial": "void",
- "compile-examples": { "type": "boolean", "name": "compile_examples" },
"confirm-license": "void",
"coverage": "coverage",
"dbus": { "type": "optionalString", "values": [ "no", "yes", "linked", "runtime" ] },
@@ -1364,11 +1363,6 @@
"condition": "libs.libudev",
"output": [ "privateFeature" ]
},
- "compile_examples": {
- "label": "Compile examples",
- "autoDetect": "!config.wasm",
- "output": [ "privateConfig" ]
- },
"incredibuild_xge": {
"label": "IncrediBuild",
"emitIf": "var.QMAKE_HOST.os == 'Windows'",