成人免费xxxxx在线视频软件_久久精品久久久_亚洲国产精品久久久_天天色天天色_亚洲人成一区_欧美一级欧美三级在线观看

詳解 Qt Configure 參數(shù)不完全說(shuō)明介紹

移動(dòng)開(kāi)發(fā)
本文介紹的是Qt Configure 參數(shù)不完全說(shuō)明介紹,很多參數(shù)可以共你參考,先來(lái)看內(nèi)容。

Qt Configure 參數(shù)不完全說(shuō)明介紹是本文要介紹的內(nèi)容,不多說(shuō),先來(lái)看內(nèi)容。在編譯QT前,可加各種參數(shù)來(lái)定制自己想要的QT庫(kù)。這對(duì)需要裁減QT庫(kù)的朋友來(lái)說(shuō)非常重要。對(duì)于如何編譯QT詳解 LINUX下QT FOR ARM開(kāi)發(fā)環(huán)境搭建過(guò)程 這篇文章。

配置參數(shù)選項(xiàng):

前面是*號(hào)的表示默認(rèn)參數(shù). +號(hào)表示該功能要求被評(píng)估,評(píng)估成功后才能被接受.

  1.    -release ........... 調(diào)試關(guān)閉.沒(méi)有調(diào)試庫(kù),自己的項(xiàng)目只能發(fā)布,不能調(diào)試(沒(méi)有調(diào)試庫(kù)的緣故),如果你硬要編譯debug版本的話,會(huì)提示找不到xxxxxd.dll    
  2. *  -debug ............. 只有調(diào)試庫(kù),沒(méi)有釋放庫(kù),也就是說(shuō)以后自己的項(xiàng)目只能調(diào)試,如果你硬要編譯debug版本的話,會(huì)提示找不到xxxxx.dll   
  3. +  -debug-and-release . 編譯后包含兩種庫(kù)。最好編譯兩種庫(kù)  
  4.    -opensource ........ 編譯開(kāi)源版.  
  5.    -commercial ........ 編譯商業(yè)版.  這兩個(gè)參數(shù)一般不需指定,configure開(kāi)始需要你選擇版本。  
  6.    -developer-build ... 編譯開(kāi)發(fā)者選項(xiàng)。  
  7. *  -shared ............動(dòng)態(tài)編譯.  
  8.    -static ............ 靜態(tài)鏈接庫(kù).貌似有插件不能用靜態(tài)編譯。  
  9. *  -no-fast ........... configure生成所有項(xiàng)目makefiles文件,并編譯  
  10.    -fast .............. 只生成庫(kù)目錄及子目錄下的項(xiàng)目的makefiles文件.    
  11.    -no-exceptions ..... 關(guān)閉異常支持  
  12. *  -exceptions ........ 開(kāi)啟異常支持.  
  13.    -no-accessibility .. 關(guān)閉對(duì)windows active控件支持.  
  14. *  -accessibility .....對(duì)windows active控件支持.  
  15.    -no-stl ............ 無(wú)c++標(biāo)準(zhǔn)庫(kù)支持  
  16. *  -stl ............... 有標(biāo)準(zhǔn)庫(kù)支持 

尖括號(hào)在blogger出問(wèn)題了。。。。。

  1.    -no-sql- ... Disable SQL entirely, by default none are turned on.  
  2.    -qt-sql- ... Enable a SQL in the Qt Library.  
  3.    -plugin-sql-  Enable SQL as a plugin to be linked to at runtime.  
  4.                         Available values for :  
  5.                           mysql  
  6.                          psql  
  7.                           oci  
  8.                           odbc  
  9.                           tds  
  10.                           db2  
  11. +                         sqlite  
  12.                          sqlite2  
  13.                           ibase  
  14. (drivers marked with a '+' have been detected as available on this system)  
  15.    -system-sqlite ..... Use sqlite from the operating system.  
  16.    -no-qt3support ..... 不提供對(duì)qt3函數(shù)支持  
  17.    -no-opengl ......... 不提供OpenGL函數(shù)支持  
  18.    -platform ... The operating system and compiler you are building on.  
  19.                         (default %QMAKESPEC%)  
  20.    -xplatform .. The operating system and compiler you are cross compiling to.  
  21.                         See the README file for a list of supported operating systems and compilers.  
  22.    -qtnamespace Wraps all Qt library code in 'namespace name {...}  
  23.    -D ........ Add an explicit define to the preprocessor.  
  24.    -I ... Add an explicit include path.  
  25.    -L ... Add an explicit library path.  
  26.    -l ... Add an explicit library name, residing in a librarypath.  
  27.    -graphicssystem Specify which graphicssystem should be used.  
  28.                          Available values for :  
  29. *                         raster - Software rasterizer  
  30.                           opengl - Using OpenGL accelleration, experimental!  
  31.    -help, -h, -? ...... Display this information. 

第三方庫(kù)

  1. -qt-zlib ........... 使用zlib綁定到qt. 

 +  -system-zlib ....... 使用操作系統(tǒng)的zlib

                         見(jiàn) http://www.gzip.org/zlib

  1. -no-gif ............ 不編譯gif文件讀取支持插件 

 +  -qt-gif ............ 編譯gif文件讀取支持插件

                         參見(jiàn) src/plugins/imageformats/gif/qgifhandler.h

  1. -no-libpng ......... 不編譯PNG支持插件.  
  2. -qt-libpng ......... 編譯PNG支持插件. 

 +  -system-libpng ..... 使用系統(tǒng)libpng庫(kù)

                         見(jiàn) http://www.libpng.org/pub/png

  1. -no-libmng ......... 不編譯MNG支持插件.  
  2. -qt-libmng ......... 編譯MNG支持插件. 

 +  -system-libmng ..... 使用系統(tǒng)的mng庫(kù)

                         參見(jiàn) http://www.libmng.com

  1. -no-libtiff ........ 不編譯tiff支持插件.  
  2. -qt-libtiff ........ 編譯tiff支持插件. 

 +  -system-libtiff .... 使用系統(tǒng)的libtiff庫(kù)

                         見(jiàn) http://www.libtiff.org

  1. -no-libjpeg ........ 不編譯jpeg支持插件庫(kù)  
  2. -qt-libjpeg ........ 編譯jpeg支持插件庫(kù) 

 +  -system-libjpeg .... 使用系統(tǒng)的jpeg支持庫(kù)

                        見(jiàn) http://www.ijg.org

以下參數(shù)僅對(duì)qt for windows有效

  1. -no-dsp ............ 不生成 VC++ .dsp 文檔.  
  2. -dsp ...............生成 VC++ .dsp文檔, 需要有平臺(tái)標(biāo)識(shí)符"win32-msvc".注意 qt4開(kāi)始就不支持vc6.0了所以這兩個(gè)參數(shù)無(wú)效。  
  3. -no-vcproj ......... 不生成 VC++ .vcproj 文檔  
  4. -vcproj ............ 生成 VC++ .vcproj 文檔, 需要平臺(tái)標(biāo)識(shí)符"win32-msvc.net".也就是vs2003以上的編譯環(huán)境  
  5. -no-incredibuild-xge Do not add IncrediBuild XGE distribution commands to custom build steps.  
  6. -incredibuild-xge .. Add IncrediBuild XGE distribution commands to custom build steps. 
  7. This will distribute MOC and UIC steps, and other custom buildsteps which are added to the INCREDIBUILD_XGE variable. 

(The IncrediBuild distribution commands are only added to Visual Studio projects)

-no-plugin-manifests  插件不嵌入manifests.

  1. *  -plugin-manifests .. 插件嵌入manifests.  
  2.    -no-qmake .......... 不編譯qmake  
  3. *  -qmake ............. 編譯 qmake.   不建議 不編譯qmake  
  4.    -dont-process ...... 不生成makefiles和project文檔. 比 -no-fast 參數(shù)優(yōu)先級(jí)更高  
  5. *  -process ........... 生成makefiles和project文檔.  
  6.    -no-rtti ........... 不編譯運(yùn)行時(shí)類型信息。  
  7. *  -rtti .............. 編譯運(yùn)行時(shí)類型信息。  
  8. /下面是對(duì)指令的支持,不解釋了  
  9.    -no-mmx ............ Do not compile with use of MMX instructions  
  10. +  -mmx ............... Compile with use of MMX instructions  
  11.    -no-3dnow .......... Do not compile 

with use of 3DNOW instructions

  1. +  -3dnow ............. Compile with use of 3DNOW instructions  
  2.    -no-sse ............ Do not compile with use of SSE instructions  
  3. +  -sse ............... Compile with use of SSE instructions  
  4.    -no-sse2 ........... Do not compile with use of SSE2 instructions  
  5. +  -sse2 .............. Compile with use of SSE2 instructions  
  6. +  -direct3d ..........  將Direct3D支持編譯進(jìn)來(lái)。檢測(cè)不到direct3d sdk 就不支持  
  7.    -no-openssl ........ Do not compile in OpenSSL support  
  8. +  -openssl ........... Compile in run-time OpenSSL support  
  9.    -openssl-linked .... Compile in linked OpenSSL support  
  10.    -no-dbus ........... Do not compile in D-Bus support  
  11. +  -dbus .............. Compile in D-Bus support and load libdbus-1 dynamically  
  12.    -dbus-linked ....... Compile in D-Bus support and link to libdbus-1  
  13.    -no-phonon ......... 不將 Phonon 模塊 編譯進(jìn)來(lái)  
  14. +  -phonon ............ 將 Phonon 模塊編譯進(jìn)來(lái)  (若使用的規(guī)范的c++編譯器則會(huì)自動(dòng)編譯Phonon模塊)  
  15.    -no-phonon-backend . Do not compile the platform-specific Phonon backend-plu 

gin

  1. *  -phonon-backend .... Compile in the platform-specific Phonon backend-plugin  
  2.    -no-webkit ......... 不將webkit模塊編譯進(jìn)來(lái),編譯webkit非常耗時(shí)間。  
  3. +  -webkit ............ 將webkit模塊編譯進(jìn)來(lái) (若使用的規(guī)范的c++編譯器則會(huì)自動(dòng)編譯WebKit模塊)  
  4.    -no-scripttools .... Do not build the QtScriptTools module.  
  5. *  -scripttools ....... Build the QtScriptTools module.  
  6.    -arch ....... 外觀樣式. 

有以下幾種 :

  1.  windows  
  2.  windowsce  
  3.   boundschecker
  4.  generic  

-no-style-尖括號(hào)里包含上面的樣式。

小結(jié):關(guān)于Qt Configure 參數(shù)不完全說(shuō)明介紹的內(nèi)容介紹完了,希望本文對(duì)你有所幫助!

責(zé)任編輯:zhaolei 來(lái)源: 互聯(lián)網(wǎng)
相關(guān)推薦

2015-09-01 10:42:15

編程規(guī)范完全指南

2015-10-10 10:02:44

程序員面試指南

2021-06-01 06:03:28

Css前端CSS 特效

2014-09-19 10:03:18

Chrome

2024-01-02 16:43:58

2017-04-13 08:46:41

oracle數(shù)據(jù)挖掘

2024-01-12 10:16:53

2021-05-06 07:26:55

CSS 文字動(dòng)畫(huà)技巧

2021-02-09 00:46:45

區(qū)塊鏈加密貨幣工具

2019-04-12 15:00:11

2021-08-18 10:28:09

MySQL SQL 語(yǔ)句數(shù)據(jù)庫(kù)

2017-04-19 20:10:20

SQLJOIN

2019-07-04 08:47:57

JavaScript瀏覽器技術(shù)

2019-08-18 22:45:22

編程Rust語(yǔ)言

2025-04-30 06:55:30

AI人工智能直播

2019-08-19 16:01:59

Rust編程語(yǔ)言JavaScript

2024-04-22 08:49:29

CIO人工智能云計(jì)算

2011-05-12 10:49:39

2011-12-28 13:28:05

云計(jì)算服務(wù)器

2011-08-30 09:35:10

OracleRMAN不完全恢復(fù)基于時(shí)間恢復(fù)
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)

主站蜘蛛池模板: 91视频免费视频 | 日本人爽p大片免费看 | 中文字幕在线看人 | 亚洲最大的成人网 | 美女爽到呻吟久久久久 | 黄一区二区三区 | 久久久久国产精品 | 中文字幕 在线观看 | 亚洲精品白浆高清久久久久久 | 91麻豆精品国产91久久久久久久久 | 中文字幕精品一区久久久久 | 中文字幕国产精品 | 中文字幕av第一页 | 午夜视频在线播放 | 中文字幕二区 | 国产网站在线免费观看 | 特级a欧美做爰片毛片 | 91精品久久久久 | 欧美久久一区二区三区 | 成人av片在线观看 | 日韩成人在线播放 | 日韩福利| 成年人免费看 | 三级成人在线 | 亚洲三区在线观看 | 亚洲国产精品人人爽夜夜爽 | 黄色毛片大全 | 久久在线| 亚洲码欧美码一区二区三区 | 91精品国产一区二区三区 | 国产视频二区在线观看 | 免费看国产精品视频 | 久久伦理中文字幕 | 国产精品99久久久久久www | 免费午夜视频 | 中文字幕亚洲精品 | 久久久久国产精品人 | 国产午夜三级一区二区三 | 免费一区二区三区 | 岛国av免费在线观看 | 国产激情在线播放 |