Yocto QT Hello World: Difference between revisions
From Variscite Wiki
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
--> {{#lst:Yocto_Platform_Customization|{{#var:RELEASE_PARAM|RELEASE_MORTY_BETA_DART-6UL}}}} <!-- | --> {{#lst:Yocto_Platform_Customization|{{#var:RELEASE_PARAM|RELEASE_MORTY_BETA_DART-6UL}}}} <!-- | ||
--> {{PageHeader|{{#var:HARDWARE_NAME}} QT5 Hello World}} {{DocImage|category1={{#var:HARDWARE_NAME}}|category2=Yocto}} __toc__ | --> {{PageHeader|{{#var:HARDWARE_NAME}} QT5 Hello World}} {{DocImage|category1={{#var:HARDWARE_NAME}}|category2=Yocto}} __toc__ | ||
== 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<br> | |||
To install the QT5 toolchain follow {{Varlink2|Yocto Toolchain installation|{{#var:RELEASE_LINK}}}} guide. | |||
== YoctoQtCreator Guide == | |||
Please follow the QT creator guide: http://variwiki.com/index.php?title=File:YoctoQtCreator.pdf<br> | Please follow the QT creator guide: http://variwiki.com/index.php?title=File:YoctoQtCreator.pdf<br> | ||
In addition:<br> | In addition:<br> |
Revision as of 14:46, 9 May 2017
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 Toolchain installation guide.
YoctoQtCreator Guide
Please follow the QT creator guide: http://variwiki.com/index.php?title=File:YoctoQtCreator.pdf
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