Qt5安裝及元件選擇(Qt 5 12 0)

2022-04-28 08:06:09 字數 1224 閱讀 9679

元件選擇

如下圖所示,安裝qt時有選擇元件這一步,全部安裝未免太佔磁碟控制項,只需安裝我們所需要的元件即可。接下來就分析分析各個元件的作用及含義。

「qt 5.12.0」節點下面是 qt 的功能模組,包括用於不同編譯器和平台的模組,這些模組包括內容如下: 

① mingw 5.3.0 32 bit 編譯器模組。mingw 是 minimalist gnu for windows 的縮寫,mingw是 windows 平台上使用的 gnu 工具集導入庫的集合。

② 用於 uwp 編譯的模組。uwp 是 windows 10 中 universal windows platform 的簡稱,有不同編譯器型別的 uwp。

③ 用於 windows 平台上的 msvc 編譯器模組,如 msvc2015 32-bit 和 msvc2015 64-bit 等。要安裝 msvc 編譯器的模組,需要計算機上已經安裝相應版本的 visual studio。

④ 用於 android 平台的模組,如 android x86 和 android armv7。

⑤ sources 模組是 qt 的源程式。

⑥ qt charts 是二維圖表模組,用於繪製柱狀圖、餅圖、曲線圖等常用二維圖表。

⑦ qt data visualization 是三維資料圖表模組,用於資料的三維顯示,如散點的三維空間分布、三維曲面等。

⑧ qt purchasing、qt webengine、qt network auth(tp)等其他模組,括號裡的 tp 表示技術預覽(technology preview)。

⑨ qt scritp(deprecated)是指令碼模組,括號裡的「deprecated」表示這是已經過時的模組。

「tools」節點下面是一些工具軟體,包括內容如下:

① qt creator 4.3.1 是用於 qt 程式開發的 ide。

② mingw 5.3.0 是 mingw 編譯工具鏈。

③ strawberry perl 是乙個 perl 語言工具。

【qt5.12】qt5.12安裝教程:

qt5.11.1安裝與vs2017配置:

CentOS8安裝QT5 12的問題

二 注釋 如下步驟 1 vi etc profile 命令下增加2行 export path path opt qt5.12.5 tools qtcreator bin export path path opt qt5.12.5 5.12.5 gcc 64 bin 2 生效 source etc p...

Ubuntu18 04桌面版安裝Qt5 12 1

開啟終端,cd到檔案所在目錄 給軟體許可權 sudo chmod x qt opensource linux x64 5.12.1.run 安裝sudo qt opensource linux x64 5.12.1.runsudo vi etc bash.bashrc 1在文末新增如下 export...

Qt5滑鼠事件及例項

mainwindow.h ifndef mainwindow h define mainwindow h include include include include class mainwindow public qmainwindow endif mainwindow h mainwindow...