Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import QtQuick 2.3 | |
import QtQuick.Controls 1.2 | |
import QtQuick.Controls.Styles 1.2 | |
import QtQuick.Window 2.2 | |
Window { | |
title: qsTr("Hello World") | |
width: 640 | |
height: 480 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# qmake configuration for the Freescale iMX6 boards (single, dual and quad) | |
# | |
# This mkspec is based and tested on the ltib-source-release 3.0.15 | |
# Building ltib including glib, gpu-drivers and what ever you want to use (e.g. dbus or fontconfig) | |
# This mkspec is tested with a framebuffer (eglfs) configuration (not testes with X11) | |
# A typical configure line looks like: | |
# /home/tsenyk/qt5/qt5/configure -opensource -confirm-license -make libs -device imx6 \ | |
# -device-option CROSS_COMPILE=/opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-fsl-linux-gnueabi- \ | |
# -sysroot <path-to-your-ltib-install>/rootfs -no-gcc-sysroot \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ export PATH=$PATH:/opt/yocto-fsp-sdk/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi | |
$ ./configure -v -opensource -confirm-license -device imx6 -device-option CROSS_COMPILE=/opt/yocto-fsp-sdk/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi- -sysroot /home/bobs/development/3rdparty/fsl-community-bsp/build/tmp/sysroots/imx6qsabrelite -prefix /opt/qt-sabrelite/5.2.1 -platform linux-g++ -shared -no-pch -no-rpath -pkg-config -no-fontconfig -no-directfb -evdev -no-opengl -opengl es2 -eglfs -no-glib -no-gtkstyle -no-iconv -system-libjpeg -no-kms -system-libpng -no-linuxfb -no-mitshm -no-nis -openssl -qt-pcre -release -no-sm -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-odbc -no-sql-psql -no-sql-sqlite -no-sql-sqlite2 -no-sql-tds -nomake tests -tslib -libudev -widgets -no-xcb -no-xcursor -no-xfixes -no-xinerama -no-xinput -no-xinput2 -no-xkb -no-xrandr -no-xrender -no-xshape -no-xsync -no-xvideo -nomake examples | |
$ make -j 8 | |
$ make install |