aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/examples/qt5-opengles2-test_git.bb
blob: 0b201d27226cd6af3af29fd686b6e997f80f6198 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUMMARY = "Qt5 OpenGL ES 2.0 Test Application"
DESCRIPTION = "This application is used to test OpenGL ES 2.0 rendering in \ \
a simple QWindow, plus multi-touch input, window orientation, \
window focus handling and some other game-related features."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/main.cpp;beginline=1;endline=26;md5=93b83ece006c9e76b9fca80c3aecb169"

PV = "1.0.2+gitr${SRCPV}"

DEPENDS = "qtbase"

SRC_URI = "git://github.com/thp/qt5-opengles2-test.git"
SRCREV = "9500c00a7094a881e53afd71146d76d40834df45"
S = "${WORKDIR}/git"

inherit qmake5