--- a/examples/opengl/hellogl_es/hellogl_es.pro Tue Jan 26 12:42:25 2010 +0200
+++ b/examples/opengl/hellogl_es/hellogl_es.pro Tue Feb 02 00:43:10 2010 +0200
@@ -20,15 +20,6 @@
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