summaryrefslogtreecommitdiffstats
path: root/header.FDL
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2013-06-12 15:21:04 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-03 01:24:12 +0200
commitbc7e63e3f9452ebc6d42a9cb75a8b1066193ebbd (patch)
tree2371af2f0c276a2272cabd6e1d52a0b35d390053 /header.FDL
parentfc4d45d97d7a971aa179f73d41455544b400e960 (diff)
Don't enable EGL support if OpenGL is disabled.
QtPlatformSupport fails to build if EGL support is enabled but OpenGL isn't. It tries to compile eglconvenience, but qplatformopenglcontext.h is empty (#ifndef QT_NO_OPENGL). It makes no sense to have EGL with no OpenGL ES, so make sure we don't try it. The current test to disable EGL if OpenGL desktop is active is upside down. With -opengl desktop -no-egl, it would complain that EGL support was requested. Task-number: QTBUG-28763 Change-Id: I80c780ec78181f3fa85f43e41be21d1217d76610 Reviewed-by: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'header.FDL')
0 files changed, 0 insertions, 0 deletions