ubuntu 安裝和配置 QT

2021-08-19 20:07:32 字數 1345 閱讀 4003

install qt 5 on ubuntu - qt wiki

sudo gedit /usr/lib/x86_64-linux-gnu/qtchooser/default.conf

sudo gedit /usr/lib/x86_64-linux-gnu/qt-default/qtchooser/default.conf

替換成以下**,其中 hom

e是使用者

目錄,可

以使用絕

對路徑代

替,我的

qt

5.9.3安裝

在『

home是使用者目錄,可以使用絕對路徑代替,我的qt5.9.3安裝在`

home是用

戶目錄,

可以使用

絕對路徑

代替,我

的qt5

.9.3

安裝在『

home/qt5.9.3/` 目錄

$home/qt5.9.3/5.9.3/gcc_64/bin

$home/qt5.9.3/5.9.3/gcc_64/lib

/usr/lib/x86_64-linux-gnu

gedit .bashrc檔案末尾追加以下**:

#add qt env

export path=/home/wmx/qt5.9.1/5.9.1/gcc_64/bin:$path

export ld_library_path=/home/wmx/qt5.9.1/5.9.1/gcc_64/lib:$ld_library_path

export qt_plugin_path=/home/wmx/qt5.9.1/5.9.1/gcc_64/plugins

export qml2_import_path=/home/wmx/qt5.9.1/5.9.1/gcc_64/qml

完成儲存,然後執行source .bashrc更新環境變數

修改其中

exec=/home/wmx/qt5.9.3/tools/qtcreator/bin/qtcreator
增加bash -i -c

exec=bash -i -c /home/wmx/qt5.9.3/tools/qtcreator/bin/qtcreator
完成儲存,然後每次開啟 qtcreater 就自帶系統環境變數

以上是正確完整的ubuntu 系統下安裝和配置 qt環境變數的所有步驟

ubuntu下安裝配置QT

2。這第二步就是修改配置檔案,因為配置檔案是唯讀版的,因此被卡在這裡來很久。後來找到來方法,先找到配置檔案,然後sudo gedit default.conf開啟就可以編輯儲存了 3。方法 第一步先找到配置檔案所在位置 usr lib x86 64 linux gnu qt default qtch...

ubuntu 安裝qt,配置環境變數

qt安裝後qmake命令還不能直接使用,需要將qt的bin目錄新增到path中 第一種 新增到 etc profile,這種方式作用於系統中的所有使用者 執行命令 vi etc profile,在末尾插入如下內容 export qtdir opt qt5.12.3 5.12.3 export pat...

Ubuntu下安裝Kdevelop和QT4

一 ubuntu下安裝kdevelop 有兩種方式進行安裝 1.使用終端 使用apt get可以很容易的得到kdevelop,具體如下 以kde為例 1 apt get build dep gcc 2 apt get install kdevelop3 3 如果你無法獲取這些軟體包的資訊,可以嘗試修...