diff options
author | Leonard Lee <leonard.lee@digia.com> | 2013-01-17 14:04:16 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-01-17 15:30:34 (GMT) |
commit | a303165285ae6d6651e76a684265035836b547c0 (patch) | |
tree | 2d49939b24a8184125ebb42ecaadf401d83b61b0 /doc/src | |
parent | 88966515993773e4d7d6276bce6fccfcc13ab6f4 (diff) | |
download | Qt-a303165285ae6d6651e76a684265035836b547c0.zip Qt-a303165285ae6d6651e76a684265035836b547c0.tar.gz Qt-a303165285ae6d6651e76a684265035836b547c0.tar.bz2 |
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 <jerome.pasion@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/getting-started/installation.qdoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/getting-started/installation.qdoc b/doc/src/getting-started/installation.qdoc index 3ee0e23..d3d911c 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 <spec>} \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 <namespace>} \o Wraps all Qt library code in 'namespace name {..} \o \row \o \c {-qtlibinfix <infix>} \o Renames all Qt* libs to Qt*<infix> |