From fa39d3404349dd52f88a8e0e0942399a68dcf200 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Mon, 23 Dec 2019 12:47:10 +0100 Subject: [PATCH] Doc: Add the relocatable feature to configure's help output Task-number: QTBUG-80928 Change-Id: I71dda94f9fc758864e65dae9fa262389934d4b2a Reviewed-by: Kai Koehne --- config_help.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config_help.txt b/config_help.txt index 94471d27cf6..32bdbe4d849 100644 --- a/config_help.txt +++ b/config_help.txt @@ -163,6 +163,8 @@ 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)