diff options
author | Pasi Pentikainen <ext-pasi.a.pentikainen@nokia.com> | 2012-03-21 14:42:17 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-03-23 01:05:20 (GMT) |
commit | 327fa27f7d06d6328df2716eb7d78916fd0938cf (patch) | |
tree | 25a0e175d5634da27d6e0122898db72c6fa0505e /src | |
parent | febdc08ebbc6565522be4e4c000bacd260f5c6e0 (diff) | |
download | Qt-327fa27f7d06d6328df2716eb7d78916fd0938cf.zip Qt-327fa27f7d06d6328df2716eb7d78916fd0938cf.tar.gz Qt-327fa27f7d06d6328df2716eb7d78916fd0938cf.tar.bz2 |
Symbian: drop OpenGL ES in non-supported hardware
When hardware configuration has no OpenGL ES 2 support indicated, leave
OpenGL ES out of Qt compilation alltogether.
Task-number: ou1cimx1#987609
Change-Id: If43a8de059596fbdb52c97535436c441760c97ab
Reviewed-by: Gareth Stockwell <ext-gareth.stockwell@nokia.com>
Reviewed-by: Jani Hautakangas <jani.hautakangas@nokia.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/s60installs/qt.iby | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s60installs/qt.iby b/src/s60installs/qt.iby index 4f2a3b4..0bd6114 100644 --- a/src/s60installs/qt.iby +++ b/src/s60installs/qt.iby @@ -19,7 +19,10 @@ file=ABI_DIR\BUILD_DIR\phonon.dll SHARED_LIB_DIR\phonon.dll file=ABI_DIR\BUILD_DIR\QtMultimedia.dll SHARED_LIB_DIR\QtMultimedia.dll file=ABI_DIR\BUILD_DIR\QtXmlPatterns.dll SHARED_LIB_DIR\QtXmlPatterns.dll file=ABI_DIR\BUILD_DIR\QtDeclarative.dll SHARED_LIB_DIR\QtDeclarative.dll + +#ifdef VSW_GSW_HAVE_OPENGL_ES2 file=ABI_DIR\BUILD_DIR\QtOpenGL.dll SHARED_LIB_DIR\QtOpenGL.dll +#endif // imageformats file=ABI_DIR\BUILD_DIR\qgif.dll SHARED_LIB_DIR\qgif.dll |