step 1:
export PATH=path/to/cross/mips-4.3/bin:$PATH
step 2:
cd qt-everywhere-source-4.6.2
./configure -embedded mips -xplatform qws/linux-mips-g++ -little-endian
Step 3:
cd qt-everywhere-source-4.6.2/mkspecs/qws/linux-mips-g++/
vim qmake.conf
如果是mips-4.3/linux-mips-gnu-g++交叉编译工具
linux-mips-g++改成 linux-mips-gnu-g++
step 4
make
make
这个过程时间比较长,需要较长时间。
step 5
运行 gmake install
默认安装至 /usr/local/Trolltech/Qt-4.5.3
大约 5 - 10 分钟。正常结束,安装完毕。
运行 /usr/local/Trolltech/Qt-4.5.3/bin/designer ,看见