From 179045f36a16ce2f6cfaad1dbd9443b52b1bf8d3 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Mon, 12 Dec 2016 21:20:01 +0100 Subject: Silence platformheaders syncqt warning about qt_egl_p.h Drop the include for qt_egl_p.h. For Qt itself this should have no effect since platform plugins including this header include EGL headers on their own anyway. Similarly, applications relying on such advanced functionality will likely include EGL/OpenGL headers on their own - the point is anyhow to interoperate with native, non-Qt EGL and GL code. This avoids a lot of hassle since normally no EGL (or other winsys interface API) bits are exposed in the public Qt APIs, and thus there are no public headers provided to set up EGL headers in the same way Qt does internally. Change-Id: Icdbc28811b753799abc06085bc8dff7f09bdbff9 Reviewed-by: Oswald Buddenhagen Reviewed-by: Lars Knoll --- src/platformheaders/nativecontexts/qeglnativecontext.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/platformheaders/nativecontexts/qeglnativecontext.h') diff --git a/src/platformheaders/nativecontexts/qeglnativecontext.h b/src/platformheaders/nativecontexts/qeglnativecontext.h index 697b3ef3fd..eae74126fd 100644 --- a/src/platformheaders/nativecontexts/qeglnativecontext.h +++ b/src/platformheaders/nativecontexts/qeglnativecontext.h @@ -41,7 +41,8 @@ #define QEGLNATIVECONTEXT_H #include -#include + +// Leave including egl.h with the appropriate defines to the client. QT_BEGIN_NAMESPACE -- cgit v1.2.3