summaryrefslogtreecommitdiffstats
path: root/examples/opengl
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2009-05-08 13:38:23 +0200
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2009-05-08 13:47:43 +0200
commit0ba839d4587a40a8af31c8233213da216002706e (patch)
treeb16595e049695cb7e9356f2460f4358526e0c112 /examples/opengl
parent6f1946e92e01582cdfb5712ccb9ee734f9af7743 (diff)
Fixing hellogl_es2 for Windows CE
We hardcode the lib names for 4.5 Reviewed-by: Maurice
Diffstat (limited to 'examples/opengl')
-rw-r--r--examples/opengl/hellogl_es2/hellogl_es2.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/opengl/hellogl_es2/hellogl_es2.pro b/examples/opengl/hellogl_es2/hellogl_es2.pro
index 92b42248de..d5ad4b81ec 100644
--- a/examples/opengl/hellogl_es2/hellogl_es2.pro
+++ b/examples/opengl/hellogl_es2/hellogl_es2.pro
@@ -25,3 +25,9 @@ target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es2
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellogl_es2.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es2
INSTALLS += target sources
+
+
+wince*: {
+ QMAKE_LIBS += "libGLESv2.lib"
+
+} \ No newline at end of file