summaryrefslogtreecommitdiffstats
path: root/mkspecs/common
diff options
context:
space:
mode:
authorJason Barron <jbarron@trolltech.com>2009-07-08 15:05:36 (GMT)
committerJason Barron <jbarron@trolltech.com>2009-07-08 15:05:36 (GMT)
commitda27bdb75340064ac2fd6cdddb40311122b9235f (patch)
treea709e5ee3b14cfaae56d2a66459a9b7f63e2ec73 /mkspecs/common
parentede84a7e3892c952d5b68871da12f0de1d0ab58b (diff)
downloadQt-da27bdb75340064ac2fd6cdddb40311122b9235f.zip
Qt-da27bdb75340064ac2fd6cdddb40311122b9235f.tar.gz
Qt-da27bdb75340064ac2fd6cdddb40311122b9235f.tar.bz2
Move the EGL library to a different qmake variable.
The EGL code is now a part of QtGui so QtOpenVG doesn't need to link against it anymore. This also removes the need to link against cone since we don't need to call DrawableWindow() from the OpenVG code. We add the EGL library to a separate variable which is then used when QT_CONFIG contains the "egl" feature.
Diffstat (limited to 'mkspecs/common')
-rw-r--r--mkspecs/common/symbian/symbian.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkspecs/common/symbian/symbian.conf b/mkspecs/common/symbian/symbian.conf
index 663a1df..436f134 100644
--- a/mkspecs/common/symbian/symbian.conf
+++ b/mkspecs/common/symbian/symbian.conf
@@ -69,8 +69,9 @@ QMAKE_LIBS = -llibc -llibm -leuser -llibdl
QMAKE_LIBS_CORE = $$QMAKE_LIBS -llibpthread -lefsrv
QMAKE_LIBS_GUI = $$QMAKE_LIBS_CORE -lfbscli -lbitgdi -lhal -lgdi -lws32 -lapgrfx -lcone -leikcore $$QMAKE_DESKTOPSERVICES_LIBS $$QMAKE_STATUSPANE_LIBS -lmediaclientaudio
QMAKE_LIBS_NETWORK =
+QMAKE_LIBS_EGL = -llibEGL
QMAKE_LIBS_OPENGL =
-QMAKE_LIBS_OPENVG = -llibOpenVG -llibEGL -lcone
+QMAKE_LIBS_OPENVG = -llibOpenVG
QMAKE_LIBS_COMPAT =
QMAKE_LIBS_QT_ENTRY = -llibcrt0.lib