Yocto QT Hello World: Difference between revisions

From Variscite Wiki
No edit summary
No edit summary
Line 9: Line 9:
against<br>
against<br>


To install the Qt5 toolchain follow {{#if: {{{#var:B2QT_BSP_VERSION}}} | {{Varlink2|Yocto Qt5 Toolchain installation|{{#var:RELEASE_LINK}}}} | {{Varlink2|B2QT_Build_Release|{{#var:RELEASE_LINK}}#Building_the_Image_and_Toolchain}} }} guide.
To install the Qt5 toolchain follow {{#if: {{#varexists:B2QT_BSP_VERSION}} | {{Varlink2|B2QT_Build_Release|{{#var:RELEASE_LINK}}#Building_the_Image_and_Toolchain}} | {{Varlink2|Yocto Qt5 Toolchain installation|{{#var:RELEASE_LINK}}}} }} guide.


{{Note|Full Yocto OpenEmbedded environment is required for the toolchain generation.}}
{{Note|Full Yocto OpenEmbedded environment is required for the toolchain generation.}}

Revision as of 14:36, 28 August 2020

Qt5 Hello World

Qt5 Toolchain Installation

In order to build Qt applications targeted for the embedded Yocto image, we need to have a full Qt toolchain which provides (besides cross GCC and GDB) the Qt headers to include and libraries to link against

To install the Qt5 toolchain follow Yocto Qt5 Toolchain installation guide.


Full Yocto OpenEmbedded environment is required for the toolchain generation.

Yocto Qt Creator Guide

To install Qt Creator follow the Yocto Qt Creator guide
In addition:
https://wiki.qt.io/Basic_Qt_Programming_Tutorial
https://wiki.qt.io
http://doc.qt.io/qtcreator/creator-tutorials.html
http://doc.qt.io/qt-5/qtexamplesandtutorials.html
https://www.gitbook.com/download/pdf/book/mimecar/ubuntu-touch-programming-course?lang=en