summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-08-02 14:54:26 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-04 08:15:40 +0200
commitc37df2245458a6890528736f10c5777f13e0c0e6 (patch)
tree529ace0804adfc534af25dfffbcc3a195ac02d69 /tools
parent8f58c7c6ede00d3c39f86c77be9b4b08b723b30e (diff)
remove the option summaries from the configures' help messages
they are an unreadable and unmaintainable mess. the options are properly documented below. Change-Id: If2ec683fb7c3740b19798979f8a1f9cd8d84f457 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/configureapp.cpp31
1 files changed, 1 insertions, 30 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 3f92a91e94..e4feb22b4c 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -1571,36 +1571,7 @@ QString Configure::locateFile(const QString &fileName)
bool Configure::displayHelp()
{
if (dictionary[ "HELP" ] == "yes") {
- desc("Usage: configure\n"
- "[-release] [-debug] [-debug-and-release] [-shared] [-static]\n"
- "[-no-fast] [-fast] \n"
- "[-no-accessibility] [-accessibility] [-no-rtti] [-rtti]\n"
- "[-no-sql-<driver>] [-qt-sql-<driver>]\n"
- "[-plugin-sql-<driver>] [-system-sqlite]\n"
- "[-D <define>] [-I <includepath>] [-L <librarypath>]\n"
- "[-help] [-no-dsp] [-dsp] [-no-vcproj] [-vcproj]\n"
- "[-no-qmake] [-qmake] [-dont-process] [-process]\n"
- "[-no-style-<style>] [-qt-style-<style>] [-redo]\n"
- "[-saveconfig <config>] [-loadconfig <config>]\n"
- "[-qt-zlib] [-system-zlib] [-qt-pcre] [-system-pcre] [-no-gif]\n"
- "[-no-libpng] [-qt-libpng] [-system-libpng]\n"
- "[-no-libjpeg] [-qt-libjpeg] [-system-libjpeg]\n"
- "[-sse2] [-no-sse2] [-sse3] [-no-sse3]\n"
- "[-ssse3] [-no-ssse3]\n"
- "[-sse4.1] [-no-sse4.1] [-sse4.2] [-no-sse4.2]\n"
- "[-avx] [-no-avx] [-avx2] [-no-avx2]\n"
- "[-no-iwmmxt] [-iwmmxt] [-openssl] [-openssl-linked]\n"
- "[-no-openssl] [-no-dbus] [-dbus] [-dbus-linked] [-platform <spec>]\n"
- "[-qtnamespace <namespace>] [-qtlibinfix <infix>] [-no-phonon]\n"
- "[-phonon] [-no-phonon-backend] [-phonon-backend]\n"
- "[-no-multimedia] [-multimedia] [-no-audio-backend] [-audio-backend]\n"
- "[-no-script] [-script] [-no-scripttools] [-scripttools]\n"
- "[-no-webkit] [-webkit] [-webkit-debug]\n"
- "[-no-directwrite] [-directwrite] [-no-widgets] [-icu]\n"
- "[-no-nis] [-nis] [-no-cups] [-cups] [-no-iconv]\n"
- "[-iconv] [-sun-iconv] [-gnu-iconv] [-neon] [-no-neon]\n"
- "[-largefile] [-font-config] [-no-fontconfig] [-posix-ipc]\n"
- "[-glib] [-sysconfdir <dir>]\n\n", 0, 7);
+ desc("Usage: configure [options]\n\n", 0, 7);
desc("Installation options:\n\n");