summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config_help.txt2
-rw-r--r--configure.json1
2 files changed, 1 insertions, 2 deletions
diff --git a/config_help.txt b/config_help.txt
index 0231234cf9..15627a179b 100644
--- a/config_help.txt
+++ b/config_help.txt
@@ -163,8 +163,6 @@ Build options:
-reduce-exports ...... Reduce amount of exported symbols [auto]
-reduce-relocations .. Reduce amount of relocations [auto] (Unix only)
- -relocatable ......... Enable the Qt installation to be relocated [auto]
-
-plugin-manifests .... Embed manifests into plugins [no] (Windows only)
-static-runtime ...... With -static, use static runtime [no] (Windows only)
diff --git a/configure.json b/configure.json
index 62d78f8dc6..868f15db13 100644
--- a/configure.json
+++ b/configure.json
@@ -1380,6 +1380,7 @@
},
"relocatable": {
"label": "Relocatable",
+ "purpose": "Enable the Qt installation to be relocated.",
"autoDetect": "features.shared",
"condition": "features.dlopen || config.win32 || !features.shared",
"output": [ "privateFeature" ]