diff options
author | Thomas Hartmann <Thomas.Hartmann@nokia.com> | 2009-05-08 11:38:23 (GMT) |
---|---|---|
committer | Thomas Hartmann <Thomas.Hartmann@nokia.com> | 2009-05-08 11:47:43 (GMT) |
commit | 0ba839d4587a40a8af31c8233213da216002706e (patch) | |
tree | b16595e049695cb7e9356f2460f4358526e0c112 /examples/opengl | |
parent | 6f1946e92e01582cdfb5712ccb9ee734f9af7743 (diff) | |
download | Qt-0ba839d4587a40a8af31c8233213da216002706e.zip Qt-0ba839d4587a40a8af31c8233213da216002706e.tar.gz Qt-0ba839d4587a40a8af31c8233213da216002706e.tar.bz2 |
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.pro | 6 |
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 92b4224..d5ad4b8 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 |