前面是*号的表示默认参数. +号表示该
功能要求被评估,评估成功后才能被接受.
@H_
502_0@ 1. -release ........... 调试
关闭.没有调试库,自己的项目只能发布,不能调试(没有调试库的缘故),如果你硬要编译debug版本的话,会
提示找不到xxxxxd.dll
@H_
502_0@ 2. * -debug ............. 只有调试库,没有释放库,也就是说以后自己的项目只能调试,如果你硬要编译debug版本的话,会
提示找不到xxxxx.dll
@H_
502_0@ 3. + -debug-and-release . 编译后包含两种库。最好编译两种库
@H_
502_0@ 4. -opensource ........ 编译开源版.
@H_
502_0@ 5. -commercial ........ 编译商业版. 这两个参数一般不需指定,configure开始需要你选择版本。
@H_
502_0@ 6. -developer-build ... 编译开发者选项。
@H_
502_0@ 7. * -shared ............动态编译.
@H_
502_0@ 8. -static ............ 静态
链接库.貌似有
插件不能用静态编译。
@H_
502_0@ 9. * -no-fast ........... configure
生成所有项目makefiles
文件,并编译
@H_
502_0@ 10. -fast .............. 只
生成库目录及子目录下的项目的makefiles
文件.
@H_
502_0@ 11. -no-exceptions .....
关闭异常
支持
@H_
502_0@ 12. * -exceptions ........ 开启异常
支持.
@H_
502_0@ 13. -no-accessibility ..
关闭对windows active控件
支持.
@H_
502_0@ 14. * -accessibility .....对windows active控件
支持.
@H_
502_0@ 15. -no-stl ............ 无c++标准库
支持
@H_
502_0@ 16. * -stl ............... 有标准库
支持
@H_
502_0@ 尖括号在blogger出问题了。。。。。
@H_
502_0@ 1. -no-
sql- ... Disable
sql entirely,by default none are turned on.
@H_
502_0@ 2. -qt-
sql- ... Enable a
sql in the Qt Library.
@H_
502_0@ 3. -plugin-
sql- Enable
sql as a plugin to be linked to at runtime.
@H_
502_0@ 4. Available values for :
@H_
502_0@ 5.
MysqL
@H_
502_0@ 6. p
sql
@H_
502_0@ 7. oci
@H_
502_0@ 8. odbc
@H_
502_0@ 9. tds
@H_
502_0@ 10. db2
@H_
502_0@ 11. +
sqlite
@H_
502_0@ 12.
sqlite2
@H_
502_0@ 13. ibase
@H_
502_0@ 14. (drivers marked with a '+' have been detected as available on this system)
@H_
502_0@ 15. -system-
sqlite ..... Use
sqlite from the operating system.
@H_
502_0@ 16. -no-qt3support ..... 不提供对qt3
函数支持
@H_
502_0@ 17. -no-opengl ......... 不提供OpenGL
函数支持
@H_
502_0@ 18. -platform ... The operating system and compiler you are building on.
@H_
502_0@ 19. (default %QMAKESPEC%)
@H_
502_0@ 20. -xplatform .. The operating system and compiler you are cross compiling to.
@H_
502_0@ 21. See the README file for a list of supported operating systems and compilers.
@H_
502_0@ 22. -qtnamespace Wraps all Qt library code in 'namespace name {...}
@H_
502_0@ 23. -D ........ Add an explicit define to the preprocessor.
@H_
502_0@ 24. -I ... Add an explicit include path.
@H_
502_0@ 25. -L ... Add an explicit library path.
@H_
502_0@ 26. -l ... Add an explicit library name,residing in a librarypath.
@H_
502_0@ 27. -graphicssystem Specify which graphicssystem should be used.
@H_
502_0@ 28. Available values for :
@H_
502_0@ 29. * raster - Software rasterizer
@H_
502_0@ 30. opengl - Using OpenGL accelleration,experimental!
@H_
502_0@ 31. -help,-h,-? ...... Display this information.
@H_
502_0@ 第三方库
@H_
502_0@ 1. -qt-zlib ........... 使用zlib绑定到qt.
@H_
502_0@ + -system-zlib ....... 使用操作系统的zlib
@H_
502_0@ 见 http://www.gzip.org/zlib
@H_
502_0@ 1. -no-gif ............ 不编译gif
文件读取
支持插件
@H_
502_0@ + -qt-gif ............ 编译gif
文件读取
支持插件
@H_
502_0@ 参见 src/plugins/imageformats/gif/qgifhandler.h
@H_
502_0@ 1. -no-libpng ......... 不编译PNG
支持插件.
@H_
502_0@ 2. -qt-libpng ......... 编译PNG
支持插件.
@H_
502_0@ + -system-libpng ..... 使用系统libpng库
@H_
502_0@ 见http://www.libpng.org/pub/png
@H_
502_0@ 1. -no-libmng ......... 不编译MNG
支持插件.
@H_
502_0@ 2. -qt-libmng ......... 编译MNG
支持插件.
@H_
502_0@ + -system-libmng ..... 使用系统的mng库
@H_
502_0@ 参见 http://www.libmng.com
@H_
502_0@ 1. -no-libtiff ........ 不编译tiff
支持插件.
@H_
502_0@ 2. -qt-libtiff ........ 编译tiff
支持插件.
@H_
502_0@ + -system-libtiff .... 使用系统的libtiff库
@H_
502_0@ 见http://www.libtiff.org
@H_
502_0@ 1. -no-libjpeg ........ 不编译jpeg
支持插件库
@H_
502_0@ 2. -qt-libjpeg ........ 编译jpeg
支持插件库
@H_
502_0@ + -system-libjpeg .... 使用系统的jpeg
支持库
@H_
502_0@ 见http://www.ijg.org
@H_
502_0@ 以下参数仅对qt for windows有效
@H_
502_0@ 1. -no-dsp ............
不生成 VC++ .dsp 文档.
@H_
502_0@ 2. -dsp ...............
生成 VC++ .dsp文档,需要有平台标识符"win32-msvc".注意 qt4开始就
不支持vc6.0了所以这两个参数无效。
@H_
502_0@ 3. -no-vcproj .........
不生成 VC++ .vcproj 文档
@H_
502_0@ 4. -vcproj ............
生成 VC++ .vcproj 文档,需要平台标识符"win32-msvc.net".也就是vs2003以上的编译环境
@H_
502_0@ 5. -no-incredibuild-xge Do not add IncrediBuild XGE distribution commands to custom build steps.
@H_
502_0@ 6. -incredibuild-xge .. Add IncrediBuild XGE distribution commands to custom build steps.
@H_
502_0@ 7. This will distribute MOC and UIC steps,and other custom buildsteps which are added to the INCREDIBUILD_XGE variable.
@H_
502_0@ (The IncrediBuild distribution commands are only added to Visual Stu
dio projects)
@H_
502_0@ -no-plugin-manifests
插件不嵌入manifests.
@H_
502_0@ 1. * -plugin-manifests ..
插件嵌入manifests.
@H_
502_0@ 2. -no-qmake .......... 不编译qmake
@H_
502_0@ 3. * -qmake ............. 编译 qmake. 不建议 不编译qmake
@H_
502_0@ 4. -dont-process ......
不生成makefiles和project文档. 比 -no-fast 参数优先级更高
@H_
502_0@ 5. * -process ...........
生成makefiles和project文档.
@H_
502_0@ 6. -no-rtti ........... 不编译运行时类型信息。
@H_
502_0@ 7. * -rtti .............. 编译运行时类型信息。
@H_
502_0@ 8. /下面是对指令的
支持,不解释了
@H_
502_0@ 9. -no-mmx ............ Do not compile with use of MMX instructions
@H_
502_0@ 10. + -mmx ............... Compile with use of MMX instructions
@H_
502_0@ 11. -no-3dnow .......... Do not compile
@H_
502_0@ with use of 3DNOW instructions
@H_
502_0@ 1. + -3dnow ............. Compile with use of 3DNOW instructions
@H_
502_0@ 2. -no-sse ............ Do not compile with use of SSE instructions
@H_
502_0@ 3. + -sse ............... Compile with use of SSE instructions
@H_
502_0@ 4. -no-sse2 ........... Do not compile with use of SSE2 instructions
@H_
502_0@ 5. + -sse2 .............. Compile with use of SSE2 instructions
@H_
502_0@ 6. + -direct3d .......... 将Direct3D
支持编译进来。检测不到direct3d sdk 就
不支持
@H_
502_0@ 7. -no-openssl ........ Do not compile in OpenSSL support
@H_
502_0@ 8. + -openssl ........... Compile in run-time OpenSSL support
@H_
502_0@ 9. -openssl-linked .... Compile in linked OpenSSL support
@H_
502_0@ 10. -no-dbus ........... Do not compile in D-Bus support
@H_
502_0@ 11. + -dbus .............. Compile in D-Bus support and load libdbus-1 dynamically
@H_
502_0@ 12. -dbus-linked ....... Compile in D-Bus support and link to libdbus-1
@H_
502_0@ 13. -no-phonon ......... 不将 Phonon 模块 编译进来
@H_
502_0@ 14. + -phonon ............ 将 Phonon 模块编译进来 (若使用的规范的c++编译器则会
自动编译Phonon模块)
@H_
502_0@ 15. -no-phonon-backend . Do not compile the platform-specific Phonon backend-plu
@H_
502_0@ gin
@H_
502_0@ 1. * -phonon-backend .... Compile in the platform-specific Phonon backend-plugin
@H_
502_0@ 2. -no-webkit ......... 不将webkit模块编译进来,编译webkit非常耗时间。
@H_
502_0@ 3. + -webkit ............ 将webkit模块编译进来 (若使用的规范的c++编译器则会
自动编译WebKit模块)
@H_
502_0@ 4. -no-scripttools .... Do not build the QtScriptTools module.
@H_
502_0@ 5. * -scripttools ....... Build the QtScriptTools module.
@H_
502_0@ 6. -arch ....... 外观样式.
@H_
502_0@ 有以下几种 :
@H_
502_0@ 1. windows
@H_
502_0@ 2. windowsce
@H_
502_0@ 3. boundschecker
@H_
502_0@ 4. generic
@H_
502_0@
-no-style-尖括号里包含上面的样式。
@H_502_0@
转自:http://topic.csdn.net/u/20111125/00/df76c86c-26fd-4af5-8bf3-8e64496bab01.html