summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellogl_es/hellogl_es.pro
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2011-10-24 14:35:50 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-31 12:37:51 +0100
commitba92fe922244a66b4851a049af61cf9be7b1bc9d (patch)
tree9fd717a158a23779eb443d012f7552c9bdc0890b /examples/opengl/hellogl_es/hellogl_es.pro
parent73b682d816ec12afbf8064a44e462dd89e4c38df (diff)
Re-added hellogl_es and ES 1 support for QOpenGLContext.
Change-Id: I576cf3595cdeeefb4ed840bb3b2b7097b3609cc7 Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
Diffstat (limited to 'examples/opengl/hellogl_es/hellogl_es.pro')
-rw-r--r--examples/opengl/hellogl_es/hellogl_es.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/opengl/hellogl_es/hellogl_es.pro b/examples/opengl/hellogl_es/hellogl_es.pro
new file mode 100644
index 0000000000..6932b77831
--- /dev/null
+++ b/examples/opengl/hellogl_es/hellogl_es.pro
@@ -0,0 +1,18 @@
+TEMPLATE = app
+DEPENDPATH += .
+INCLUDEPATH += .
+
+# Input
+SOURCES += main.cpp
+SOURCES += glwindow.cpp
+
+HEADERS += glwindow.h
+
+RESOURCES += texture.qrc
+QT += gui
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/hellogl_es
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellogl_es.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/hellogl_es
+INSTALLS += target sources