diff options
author | Trond Kjernåsen <trond@trolltech.com> | 2009-11-04 12:11:15 (GMT) |
---|---|---|
committer | Trond Kjernåsen <trond@trolltech.com> | 2009-11-04 12:11:15 (GMT) |
commit | 5b6815ba1d6d82687b8244172482bb089210c8d2 (patch) | |
tree | 4e124518c6ccbccf45186043f98afc786e7d5767 /examples/opengl | |
parent | 26ded29b31c71ff43036798015cb1c77aae427e3 (diff) | |
download | Qt-5b6815ba1d6d82687b8244172482bb089210c8d2.zip Qt-5b6815ba1d6d82687b8244172482bb089210c8d2.tar.gz Qt-5b6815ba1d6d82687b8244172482bb089210c8d2.tar.bz2 |
Fixed hardcoded GL library names on WinCE.
Task-number: QTBUG-5148
Reviewed-by: Tom Cooksey
Diffstat (limited to 'examples/opengl')
-rw-r--r-- | examples/opengl/hellogl_es/hellogl_es.pro | 9 | ||||
-rw-r--r-- | examples/opengl/hellogl_es2/hellogl_es2.pro | 6 |
2 files changed, 0 insertions, 15 deletions
diff --git a/examples/opengl/hellogl_es/hellogl_es.pro b/examples/opengl/hellogl_es/hellogl_es.pro index 3168743..80ef7df 100644 --- a/examples/opengl/hellogl_es/hellogl_es.pro +++ b/examples/opengl/hellogl_es/hellogl_es.pro @@ -20,15 +20,6 @@ HEADERS += bubble.h RESOURCES += texture.qrc QT += opengl -wince*:{ - contains(QT_CONFIG,opengles1) { - QMAKE_LIBS += "libGLES_CM.lib" - } - contains(QT_CONFIG,opengles1cl) { - QMAKE_LIBS += "libGLES_CL.lib" - } -} - # install target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellogl_es.pro diff --git a/examples/opengl/hellogl_es2/hellogl_es2.pro b/examples/opengl/hellogl_es2/hellogl_es2.pro index d5ad4b8..92b4224 100644 --- a/examples/opengl/hellogl_es2/hellogl_es2.pro +++ b/examples/opengl/hellogl_es2/hellogl_es2.pro @@ -25,9 +25,3 @@ 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 |