summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellogl_es/hellogl_es.pro
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2009-05-12 12:22:52 (GMT)
committerAlexis Menard <alexis.menard@nokia.com>2009-05-12 12:22:52 (GMT)
commitbcbe1c3438f38087b16465f5b5aeac5d54a42d40 (patch)
treed939e5eb97c676fd8202595f405bcd8b0170175c /examples/opengl/hellogl_es/hellogl_es.pro
parent1099908428c594d67fe1da740126f4acfcdc8a0a (diff)
parentc711885b5694a51f0c22908e57e74c60188bd879 (diff)
downloadQt-bcbe1c3438f38087b16465f5b5aeac5d54a42d40.zip
Qt-bcbe1c3438f38087b16465f5b5aeac5d54a42d40.tar.gz
Qt-bcbe1c3438f38087b16465f5b5aeac5d54a42d40.tar.bz2
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeui
Diffstat (limited to 'examples/opengl/hellogl_es/hellogl_es.pro')
-rw-r--r--examples/opengl/hellogl_es/hellogl_es.pro12
1 files changed, 7 insertions, 5 deletions
diff --git a/examples/opengl/hellogl_es/hellogl_es.pro b/examples/opengl/hellogl_es/hellogl_es.pro
index 7459456..3168743 100644
--- a/examples/opengl/hellogl_es/hellogl_es.pro
+++ b/examples/opengl/hellogl_es/hellogl_es.pro
@@ -20,11 +20,13 @@ HEADERS += bubble.h
RESOURCES += texture.qrc
QT += opengl
-contains(QT_CONFIG,opengles1) {
- QMAKE_LIBS += "libGLES_CM.lib"
-}
-contains(QT_CONFIG,opengles1cl) {
- QMAKE_LIBS += "libGLES_CL.lib"
+wince*:{
+ contains(QT_CONFIG,opengles1) {
+ QMAKE_LIBS += "libGLES_CM.lib"
+ }
+ contains(QT_CONFIG,opengles1cl) {
+ QMAKE_LIBS += "libGLES_CL.lib"
+ }
}
# install