January 2018
Intermediate to advanced
456 pages
12h 49m
English
Download and install the Qt Creator 4.5.0 for your host from the Qt project downloads website. To download and install into your x86_64 Linux host, you can use the following commands:
$ wget http://download.qt.io/official_releases/qtcreator/4.5/4.5.0/qt-creator-opensource-linux-x86_64-4.5.0.run$ chmod u+x qt-creator-opensource-linux-x86_64-4.5.0.run$ ./qt-creator-opensource-linux-x86_64-4.5.0.run
Qt support in Yocto 2.4 has been moved to the external meta-qt4 and meta-qt5 layers:
In order to work with Qt, we first need to clone the corresponding layer into our sources directory. We will install the meta-qt5 layer, as follows:
$ cd /opt/yocto/fsl-community-bsp/sources/ ...
Read now
Unlock full access