How to choose the version of Qt

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to choose the version of Qt

跳至解决方案
6,285 次查看
jingyangxie
Contributor V

Sometimes,the default version of Qt in  yocto Project cannot meet our need,for example,in imx-4.1.15-1.0.0_ga,the default version is Qt5.5.1,but I want  to use Qt5.6, So can we specify the version of Qt in yocto Project according to our need?

标记 (2)
0 项奖励
回复
1 解答
4,768 次查看
JunZhu
NXP Employee
NXP Employee

look at the meta-qt5 community --  GitHub - meta-qt5/meta-qt5: QT5 layer for openembedded

The krogoth branch seems supports QT5.6.

Replace sources/meta-qt5 with the new version to build QT5.6

在原帖中查看解决方案

0 项奖励
回复
4 回复数
4,768 次查看
jingyangxie
Contributor V

Can anyone knows?

0 项奖励
回复
4,769 次查看
JunZhu
NXP Employee
NXP Employee

look at the meta-qt5 community --  GitHub - meta-qt5/meta-qt5: QT5 layer for openembedded

The krogoth branch seems supports QT5.6.

Replace sources/meta-qt5 with the new version to build QT5.6

0 项奖励
回复
4,769 次查看
jingyangxie
Contributor V

Hi,Jun Zhu,when I download the zip from GitHub - meta-qt5/meta-qt5: QT5 layer for openembedded,I replaced source /meta-qt5,but when I used bitbake fsl-image-qt5,it reported the error :

fsl-release-bsp/sources/meta-qt5/classes/qmake5_base.bbclass:50: cound not inherit file classes/remove-libtool.bbclass

Can you tell me how to solve this problem?

0 项奖励
回复
4,768 次查看
jingyangxie
Contributor V

thanks for answering my question,but I'm not familiar to yocto,can you list some steps to replace sources/meta/qt5 with the new version to build qt5.6?

0 项奖励
回复