溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

linux中怎么用Qt Creator工具編譯Qt工程

發(fā)布時間:2021-11-30 09:07:09 來源:億速云 閱讀:568 作者:iii 欄目:互聯(lián)網(wǎng)科技

這篇文章主要介紹“l(fā)inux中怎么用Qt Creator工具編譯Qt工程”,在日常操作中,相信很多人在linux中怎么用Qt Creator工具編譯Qt工程問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”linux中怎么用Qt Creator工具編譯Qt工程”的疑惑有所幫助!接下來,請跟著小編一起來學(xué)習(xí)吧!

基于Qt Creator工具編譯Qt工程

請執(zhí)行如下命令加載Linux SDK環(huán)境變量并啟動Qt Creator(以4.2.0版本為例)。

Host#source /home/tronlong/SDK/environment-setup-aarch74-poky-linux

Host#qtcreator

linux中怎么用Qt Creator工具編譯Qt工程    

 

 

啟動Qt Creator工具后,點擊菜單欄"Tools -> Options…"。      

 

linux中怎么用Qt Creator工具編譯Qt工程      

 

 

點擊"Build & Run",打開配置選擇頁面。

 

linux中怎么用Qt Creator工具編譯Qt工程        

 


         
         2.1 配置debuggers          

點擊"Debuggers -> Add -> Browse…",選擇平臺GDB,然后點擊Open確認(rèn)。具體路徑為:          

/home/Tronlong/SDK/sysroots/x86_64-pokysdk-linux/usr/bin/aarch74-poky-linux/aarch74-poky-linux-gdb          

 

linux中怎么用Qt Creator工具編譯Qt工程          

 

 

選擇后,Name修改為"IMX8-Debugger",再點擊Apply,如下圖所示。

 

linux中怎么用Qt Creator工具編譯Qt工程            

 


             
             2.2 配置交叉編譯工具鏈              

點擊"Compilers -> Add -> GCC -> Browse…",選擇平臺交叉編譯工具鏈中的aarch74-poky-linux-g++,然后點擊Open確認(rèn)。具體路徑為:              

/home/tronlong/SDK/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-g++              

 

linux中怎么用Qt Creator工具編譯Qt工程              

 

 

選擇后,Name修改為IMX8-GCC",再點擊Apply,如下圖所示。

 

linux中怎么用Qt Creator工具編譯Qt工程                

 


                 
                 2.3 配置Qt Versions                  

點擊"Qt Versions -> Add",選擇平臺qmake,然后點擊Open確認(rèn)。具體路徑為:                  

/home/Tronlong/SDK/sysroots/x86_64-arago-linux/usr/bin/qt5/qmake                  

選擇后,version name修改為"IMX8-qt5"再點擊Apply,如下圖所示。                  

 

 

linux中怎么用Qt Creator工具編譯Qt工程                  

 

 

linux中怎么用Qt Creator工具編譯Qt工程                    

 


                     
                     2.4 配置Kits                      

點擊"Kits -> Add",Name修改為IMX8,參照下表配置各選項,點擊Apply,然后點擊OK完成配置,如下圖所示。                      

 

linux中怎么用Qt Creator工具編譯Qt工程                      

 



2.5 編譯Qt工程

點擊"Open Project"。

linux中怎么用Qt Creator工具編譯Qt工程                        

 

 

 

 

 

        選中Qt工程源碼目錄中.pro文件,點擊Open。

 

linux中怎么用Qt Creator工具編譯Qt工程                            

 

 

 

勾選IMX8平臺Kits,點擊"Configure project"進(jìn)行工程配置,如下圖所示。                              

 

linux中怎么用Qt Creator工具編譯Qt工程                              

 

 

 

右擊Qt工程并點擊Build進(jìn)行Qt工程編譯,生成可在評估板上正常運行的ARM端Qt程序鏡像,如下圖所示。

 

linux中怎么用Qt Creator工具編譯Qt工程                                

 

 

 

linux中怎么用Qt Creator工具編譯Qt工程                                

 

 

linux中怎么用Qt Creator工具編譯Qt工程                                    

到此,關(guān)于“l(fā)inux中怎么用Qt Creator工具編譯Qt工程”的學(xué)習(xí)就結(jié)束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學(xué)習(xí),快去試試吧!若想繼續(xù)學(xué)習(xí)更多相關(guān)知識,請繼續(xù)關(guān)注億速云網(wǎng)站,小編會繼續(xù)努力為大家?guī)砀鄬嵱玫奈恼拢?/p>

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI