diff options
author | Katja <katja.marttila@digia.com> | 2012-05-07 07:34:07 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-05-08 10:08:53 (GMT) |
commit | 38ca5277779cd98fa77b780653a24424063ddd73 (patch) | |
tree | 94298aa5acfd6a092a02ded87157ddd546dab45a | |
parent | 0f73af96c8ac823761f6ad4f364ce346688e4621 (diff) | |
download | Qt-38ca5277779cd98fa77b780653a24424063ddd73.zip Qt-38ca5277779cd98fa77b780653a24424063ddd73.tar.gz Qt-38ca5277779cd98fa77b780653a24424063ddd73.tar.bz2 |
Removed -qt-gif -configure option from documentation
-qt-gif is no longer a valid configure option,
so it needs to be removed from docs.
Task-Id: QTBUG-25671
Change-Id: If599a3a5596f31ba949187dddd3fd18c9b0a5b4b
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
-rw-r--r-- | doc/src/getting-started/installation.qdoc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/src/getting-started/installation.qdoc b/doc/src/getting-started/installation.qdoc index 5a019b1..a054e4e 100644 --- a/doc/src/getting-started/installation.qdoc +++ b/doc/src/getting-started/installation.qdoc @@ -1471,8 +1471,6 @@ We hope you will enjoy using Qt. \row \o \c {-no-gif} \o Do not compile GIF reading support. \o This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included. - \row \o \c {-qt-gif} \o Compile GIF reading support. \o See also - src/gui/image/qgifhandler_p.h \row \o \c {-no-libpng} \o Do not compile PNG support. \o \row \o \c {-qt-libpng} \o Use the libpng bundled with Qt. \o This option denotes a default value and needs to be evaluated. |