{{{#!html

  1. Qt for Embedded
    1. Instructions for Hello World QTE 4.8.6 on Yocto 1.7
      1. Download Pre-Built QTE Image and SDK
      2. Building the QTE Image
      3. Creating the Hello World Program

Qt for Embedded

Qt for Embedded Linux is a C++ framework for GUI and application development for embedded devices.

Instructions for Hello World QTE 4.8.6 on Yocto 1.7

Note these instructions were made using Yocto 1.7 which may no longer be the latest

Download Pre-Built QTE Image and SDK

Download the following files here:

Building the QTE Image

The steps below first require building Yocto from source documented here

Then, after building, to include QTE 4.8.6, we have modified a base Gateworks recipe file.

Below are the lines we have added:

inherit qt4e

IMAGE_INSTALL += "${QT4EDEPENDS}" 

IMAGE_INSTALL += "\
qt-in-industrial-embedded-smarthome-e \
"

Creating the Hello World Program