qt-embedd-linux4.8.2编译配置选项说明(五)

2014-11-24 12:25:51 · 作者: · 浏览: 16
zlib ....... Use zlib from the operating system.
See http://www.gzip.org/zlib


-no-gif ............ Do not compile GIF reading support.


-no-libtiff ........ Do not compile TIFF support.
-qt-libtiff ........ Use the libtiff bundled with Qt.
+ -system-libtiff .... Use libtiff from the operating system.
See http://www.libtiff.org


-no-libpng ......... Do not compile PNG support.
-qt-libpng ......... Use the libpng bundled with Qt.
+ -system-libpng ..... Use libpng from the operating system.
See http://www.libpng.org/pub/png


-no-libmng ......... Do not compile MNG support.
-qt-libmng ......... Use the libmng bundled with Qt.
+ -system-libmng ..... Use libmng from the operating system.
See http://www.libmng.com


-no-libjpeg ........ Do not compile JPEG support.
-qt-libjpeg ........ Use the libjpeg bundled with Qt.
+ -system-libjpeg .... Use libjpeg from the operating system.
See http://www.ijg.org


-no-openssl ........ Do not compile support for OpenSSL.
+ -openssl ........... Enable run-time OpenSSL support.
-openssl-linked .... Enabled linked OpenSSL support.


-ptmalloc .......... Override the system memory allocator with ptmalloc.
(Experimental.)


Additional options:


-make ....... Add part to the list of parts to be built at make time.
(libs tools examples demos docs translations)
-nomake ..... Exclude part from the list of parts to be built.


-R ........ Add an explicit runtime library path to the Qt
libraries.
-l ........ 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;
ex