Qt開發環境 for ARM 的搭建

2021-05-23 09:34:06 字數 1366 閱讀 4396

step 1:

首先設定宿主機上的環境變數(依你自己的情況而定):

export qtdir=/usr/local/arm-linux/qt_toolchain/qt-2.3.7

export qpedir=/usr/local/arm-linux/qt_toolchain/qtopia-free-1.7.0

export ld_library_path=/usr/local/arm-linux/qt_toolchain/qt-2.3.7/lib:$ld_library_path

export ld_library_path=/usr/local/arm-linux/qt_toolchain/qt-2.3.2/lib:$ld_library_path

export tmakedir=/usr/local/arm-linux/qt_toolchain/tmake-1.11

export tmakepath=/usr/local/arm-linux/qt_toolchain/tmake-1.11/lib/qws/linux-arm-g++

export path=/usr/local/arm-linux/qt_toolchain/tmake-1.11/bin:$path

step 2:

利用designer來設計介面,生成okform.ui;(注意:如果用qt-3.3的designer來設計介面,則以下步驟生成的okform.cpp和okform.h需要修改)

step 3:

由okform.ui生成okform.h和okform.cpp:

#uic -o okform.h okform.ui

#uic -o okform.cpp -impl okform.h okform.ui   

step 5:

修改tmake配置檔案,以生成合適的makefile:(只要第一次改好即可,不需每次都改)

在$tmakedir/lib/qws/linux-arm-g++/tmake.conf檔案裡需要修改的地方如下:

tmake_link              = arm-linux-g++

tmake_link_shlib        = arm-linux-g++

tmake_libs_qt           = -lqpe -lts

step 6:

移除okform.ui這個檔案,然後利用qmake 生成project檔案:

#qmake -project

step 7:

用tmake來生成makefile

#tmake -o makefile qt_test.pro

step 8:

#make

到此就生成了arm平台上的qt 程式,通過nfs或其他手段拷貝到開發板上執行即可

QT開發環境大搭建

1.qt embeded環境的安裝 在宿主機上安裝了qt 的開發環境以後,我們就可以在宿主機上進行應用程式的開發,但是在宿主機上開發好的應用程式最終是要移植到目標機上去的,因此還需要在宿主機上編譯和安裝支援目標機的 qt embedded 環境,用 qt embedded 提供的工具來交叉編譯我們開...

Qt開發環境搭建 Linux

windows 搞完了開始linux吧 我選擇的是虛擬機器ubuntu18.04 qt 5.6.2 qt creator4.5.1 右擊在終端開啟 輸入命令 sudo qt creator opensource linux x86 64 4.5.1.run開始安裝 qt creator目錄我就直接放...

qt 手機開發環境的搭建

1,首先要確定安裝的磁碟的磁碟格式為ntfs.fat32在安裝會存在部分元件安裝失敗 2,安裝activeperl 5.6.1.638 mswin32 x86.msi 3,安裝nokia qt sdk 1.0 nokia qt sdk win offline v1 0 1 en.exe 到符合要求的...