summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorJani Hautakangas <jani.hautakangas@nokia.com>2011-06-30 11:28:39 (GMT)
committerJani Hautakangas <jani.hautakangas@nokia.com>2011-06-30 11:59:11 (GMT)
commit2b6cf174153c6a680bac94eb666a131a3aad3891 (patch)
tree2b9b8184cbea924a9868b94d87747ce4e052398c /mkspecs
parentc1759aa657f5f729c96696b819465c70266c21c8 (diff)
downloadQt-2b6cf174153c6a680bac94eb666a131a3aad3891.zip
Qt-2b6cf174153c6a680bac94eb666a131a3aad3891.tar.gz
Qt-2b6cf174153c6a680bac94eb666a131a3aad3891.tar.bz2
Introduce QPixmap::fromSymbianRSgImage(RSgImage*) to GL engine
Initial implementation of QPixmap::fromSymbianRSgImage(RSgImage*) on OpenGL graphics system. Task-number: QTBUG-15254 Reviewed-by: Laszlo Agocs
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/common/symbian/symbian.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/mkspecs/common/symbian/symbian.conf b/mkspecs/common/symbian/symbian.conf
index 0288ada..e30347b 100644
--- a/mkspecs/common/symbian/symbian.conf
+++ b/mkspecs/common/symbian/symbian.conf
@@ -88,6 +88,9 @@ QMAKE_LIBS_S60 = -lavkon -leikcoctl -lgfxtrans
exists($${EPOCROOT}epoc32/include/platform/sgresource/sgimage.h) {
QMAKE_LIBS_OPENVG += -lsgresource
+ QMAKE_LIBS_OPENGL_QT += -lsgresource
+ QMAKE_LIBS_OPENGL_ES1_QT += -lsgresource
+ QMAKE_LIBS_OPENGL_ES2_QT += -lsgresource
}
contains(QMAKE_HOST.os,Windows) {