linux4.8.2编译配置选项说明(5)

-R <string> ........ Add an explicit runtime library path to the Qt
                         libraries.
    -l <string> ........ Add an explicit library.

-no-rpath .......... Do not use the library install path as a runtime
                         library path.
 +  -rpath ............. Link Qt libraries and executables using the library
                         install path as a runtime library path. Equivalent
                         to -R install_libpath

-continue .......... Continue as far as possible if an error occurs.

-verbose, -v ....... Print verbose information about each step of the
                         configure process.

-silent ............ Reduce the build output so that warnings and errors
                         can be seen more easily.

*  -no-optimized-qmake ... Do not build qmake optimized.
    -optimized-qmake ...... Build qmake optimized.

-no-gui ............ Don't build the Qt GUI library

*  -no-nis ............ Do not compile NIS support.
    -nis ............... Compile NIS support.

*  -no-cups ........... Do not compile CUPS support.
    -cups .............. Compile CUPS support.
                         Requires cups/cups.h and libcups.so.2.

*  -no-iconv .......... Do not compile support for iconv(3).
    -iconv ............. Compile support for iconv(3).

-no-pch ............ Do not use precompiled header support.
 *  -pch ............... Use precompiled header support.

+  -no-dbus ........... Do not compile the QtDBus module.
    -dbus .............. Compile the QtDBus module and dynamically load libdbus-1.
    -dbus-linked ....... Compile the QtDBus module and link to libdbus-1.

-reduce-relocations ..... Reduce relocations in the libraries through extra
                              linker optimizations (Qt/X11 and Qt for Embedded Linux only;
                              experimental; needs GNU ld >= 2.18).

*  -no-separate-debug-info . Do not store debug information in a separate file.
    -separate-debug-info .... Strip debug information into a separate .debug file.

Qt for Embedded Linux:

-embedded <arch> .... This will enable the embedded build, you must have a
                          proper license for this switch to work.
                          Example values for <arch>: arm mips x86 generic

-xplatform target ... The target platform when cross-compiling.

-no-feature-<feature> Do not compile in <feature>.
    -feature-<feature> .. Compile in <feature>. The available features
                          are described in src/corelib/global/qfeatures.txt

-armfpa ............. Target platform uses the ARM-FPA floating point format.
    -no-armfpa .......... Target platform does not use the ARM-FPA floating point format.

The floating point format is usually autodetected by configure. Use this
                          to override the detected value.

-little-endian ...... Target platform is little endian (LSB first).
    -big-endian ......... Target platform is big endian (MSB first).

-host-little-endian . Host platform is little endian (LSB first).
    -host-big-endian .... Host platform is big endian (MSB first).

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/pssdy.html