diff options
author | Lars Knoll <lars.knoll@qt.io> | 2016-08-10 12:34:24 +0200 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2016-08-18 17:10:18 +0000 |
commit | 9172143f52757c29fbcf1a5f30d5ca25c52efb81 (patch) | |
tree | 9df4e8edd2decb88eafeef5bc920bdff397acbf0 /config_help.txt | |
parent | 98ddf9262e356178ddcf26b72e375c99cec16b79 (diff) | |
download | qtbase-9172143f52757c29fbcf1a5f30d5ca25c52efb81.tar.gz |
Add configure.exe-like FOO_LIBS=bar style command line options
Add the command line options supported by the windows version of
configure and respect them when running our configure tests.
Done-with: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Change-Id: I1206d60a177e251540d34d232c73c930847564b3
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'config_help.txt')
-rw-r--r-- | config_help.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/config_help.txt b/config_help.txt index 85277afd3b..c19f19f2f0 100644 --- a/config_help.txt +++ b/config_help.txt @@ -1,4 +1,8 @@ -Usage: configure [options] +Usage: configure [options] [assignments] + +Configure understands variable assignments like VAR=value on the command line. +These override any values possibly obtained from pkg-config. The variables +are mentioned in the descriptions of the options they relate to. Top-level installation directories: -prefix <dir> ...... The deployment directory, as seen on the target device. @@ -161,6 +165,7 @@ Component selection: -no-dbus ............. Do not build the Qt D-Bus module [default on Android] -dbus-linked ......... Build Qt D-Bus and link to libdbus-1 [auto] -dbus-runtime ........ Build Qt D-Bus and dynamically load libdbus-1 [no] + DBUS_PATH= DBUS_HOST_PATH= -feature-<feature> ... Enable <feature>. The available features are described in src/corelib/global/qfeatures.txt. [all enabled] -accessibility ....... Enable accessibility support [yes] @@ -182,6 +187,7 @@ Core options: -pps ................. Enable PPS support [auto] (QNX only) -pcre ................ Select used libpcre3 [system/qt] -zlib ................ Select used zlib [system/qt] + ZLIB_LIBS= Logging backends: -journald .......... Enable journald support [no] @@ -194,6 +200,7 @@ Network options: -no-openssl .......... Do not use OpenSSL [default on Apple] -openssl-linked ...... Use OpenSSL and link to libssl [no] -openssl-runtime ..... Use OpenSSL and dynamically load libssl [auto] + OPENSSL_PATH= OPENSSL_LIBS= -securetransport ..... Use SecureTransport [auto] (Apple only) -sctp ................ Enable SCTP support [no] @@ -256,6 +263,7 @@ Database options: -sql-<driver> ........ Enable SQL <driver> plugin. Supported drivers: db2 ibase mysql oci odbc psql sqlite2 sqlite tds [all auto] + MYSQL_PATH= PSQL_LIBS= SYBASE= SYBASE_LIBS= -sqlite .............. Select used sqlite3 [system/qt] Multimedia options: |