From a303165285ae6d6651e76a684265035836b547c0 Mon Sep 17 00:00:00 2001 From: Leonard Lee Date: Thu, 17 Jan 2013 15:04:16 +0100 Subject: Add missing -system-proxies configure option. This task is valid for Qt 4 only. Under Qt 5, the "Configuration Option for Qt" documentation page removed by https://codereview.qt-project.org/40852 commit. Use 'configure -help' to see all available options. Task-number: QTBUG-2069 Change-Id: Idd98208338549a0c62d80c35b5eac45b6bfd6db4 Reviewed-by: Jerome Pasion Reviewed-by: Oswald Buddenhagen --- doc/src/getting-started/installation.qdoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/src/getting-started/installation.qdoc b/doc/src/getting-started/installation.qdoc index 3ee0e2357b..d3d911c8a1 100644 --- a/doc/src/getting-started/installation.qdoc +++ b/doc/src/getting-started/installation.qdoc @@ -1444,6 +1444,9 @@ We hope you will enjoy using Qt. \row \o \c {-xplatform } \o The operating system and compiler you are cross compiling for. \o See the README file for a list of supported operating systems and compilers. + \row \o \c {-system-proxies} \o Use system network proxies by default. \o + \row \o \c {-no-system-proxies} \o Do not use system network proxies + by default. \o \row \o \c {-qtnamespace } \o Wraps all Qt library code in 'namespace name {..} \o \row \o \c {-qtlibinfix } \o Renames all Qt* libs to Qt* -- cgit v1.2.3