diff options
author | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2009-05-18 16:08:07 (GMT) |
---|---|---|
committer | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2009-05-18 16:08:07 (GMT) |
commit | c120d4ef6082a9e23e88ca069c72ac597719349f (patch) | |
tree | e9ce7b52b3a860eada47c963cb4f0d6196ffc1e6 /examples/opengl/hellogl_es/hellogl_es.pro | |
parent | d050d43c27b25ad7914f2970ef9933655caa0d44 (diff) | |
parent | 9d984a25f7433aeff0b2a5976bce7341796a701e (diff) | |
download | Qt-c120d4ef6082a9e23e88ca069c72ac597719349f.zip Qt-c120d4ef6082a9e23e88ca069c72ac597719349f.tar.gz Qt-c120d4ef6082a9e23e88ca069c72ac597719349f.tar.bz2 |
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public
Diffstat (limited to 'examples/opengl/hellogl_es/hellogl_es.pro')
-rw-r--r-- | examples/opengl/hellogl_es/hellogl_es.pro | 12 |
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 |