summaryrefslogtreecommitdiffstats
path: root/src/gui/gui.pro
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2010-04-23 07:39:40 (GMT)
committerShane Kearns <shane.kearns@accenture.com>2010-04-23 07:49:48 (GMT)
commit41b110e17b3deb102c7521d19964896228fcc8c6 (patch)
tree687809a25deb02532be742e13da8dc95e2c13728 /src/gui/gui.pro
parent2ca4e77f0a29bc6d7571ca614a6101d9e1bd83e0 (diff)
downloadQt-41b110e17b3deb102c7521d19964896228fcc8c6.zip
Qt-41b110e17b3deb102c7521d19964896228fcc8c6.tar.gz
Qt-41b110e17b3deb102c7521d19964896228fcc8c6.tar.bz2
Stub implementations for EGL for symbian
This is done to keep binary compatibility between Qt built with openvg vs Qt built without openvg support. The problem is that Symbian uses .def files to map between exported symbol names and ordinals in the DLL export table. The alternative of manually maintaining two versions of the QtGui def files proved to be too error prone and time consuming. Note that the EGL exports are defined in a private header, for use by the openvg and opengl graphics system plugins. These plugins should always be compiled against Qt configured with support for the graphics system, as the headers contain default parameters which are inlined into the plugin binary. Task-number: QTBUG-7870 Reviewed-by: Tom Cooksey
Diffstat (limited to 'src/gui/gui.pro')
-rw-r--r--src/gui/gui.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/gui.pro b/src/gui/gui.pro
index 300a03f..a6370b2 100644
--- a/src/gui/gui.pro
+++ b/src/gui/gui.pro
@@ -40,9 +40,8 @@ include(statemachine/statemachine.pri)
include(math3d/math3d.pri)
include(effects/effects.pri)
-contains(QT_CONFIG, egl): include(egl/egl.pri)
+include(egl/egl.pri)
win32:!wince*: DEFINES += QT_NO_EGL
-
embedded: QT += network
QMAKE_LIBS += $$QMAKE_LIBS_GUI