Yocto QT Hello World: Difference between revisions

From Variscite Wiki
No edit summary
Line 12: Line 12:


== Yocto Qt Creator Guide ==
== Yocto Qt Creator Guide ==
Please follow the QT creator guide: http://variwiki.com/index.php?title=File:YoctoQtCreator.pdf<br>
To install Qt Creator folloe {{Varlink2|Yocto Qt Creator|{{#var:RELEASE_LINK}}}} guide<br>
In addition:<br>
In addition:<br>
https://wiki.qt.io/Basic_Qt_Programming_Tutorial<br>
https://wiki.qt.io/Basic_Qt_Programming_Tutorial<br>

Revision as of 16:44, 4 February 2018

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 folloe 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