aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/examples
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-12-12 18:04:02 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-12-17 14:18:37 +0100
commit38ddbf8b1945c657576cba4ec4a6e5199a0b7f33 (patch)
tree7450e2c113228d4638eeeffc6ea687cb79317644 /recipes-qt/examples
parenta5d4f3d649b03c60108552a0df258f4b318a0e04 (diff)
qt5-opengles2-test: import from meta-webos-ports
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/examples')
-rw-r--r--recipes-qt/examples/qt5-opengles2-test_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-qt/examples/qt5-opengles2-test_git.bb b/recipes-qt/examples/qt5-opengles2-test_git.bb
new file mode 100644
index 00000000..0b201d27
--- /dev/null
+++ b/recipes-qt/examples/qt5-opengles2-test_git.bb
@@ -0,0 +1,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