[Interest] [PATCH qtbase] eglconvenience: add egl to CONFIG to get correct include paths
Sergio Ahumada
san at sansano.inf.utfsm.cl
Sun Jan 13 14:52:04 CET 2013
On 01/13/2013 02:41 PM, Thomas Petazzoni wrote:
> The eglconvenience code includes <EGL/egl.h>. Therefore, it should get
> the appropriate EGL-specific include paths from QMAKE_INCDIR_EGL,
> otherwise the build might if the EGL library has its headers in
> special locations. In order to achieve this, we simply add the "egl"
> feature to the list of features imported by eglconvenience.
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
> ---
> .../eglconvenience/eglconvenience.pri | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/platformsupport/eglconvenience/eglconvenience.pri b/src/platformsupport/eglconvenience/eglconvenience.pri
> index 188eb1c..8996cea 100644
> --- a/src/platformsupport/eglconvenience/eglconvenience.pri
> +++ b/src/platformsupport/eglconvenience/eglconvenience.pri
> @@ -5,6 +5,7 @@ contains(QT_CONFIG,egl) {
> SOURCES += \
> $$PWD/qeglconvenience.cpp \
> $$PWD/qeglplatformcontext.cpp
> + CONFIG += egl
>
> contains(QT_CONFIG,xlib) {
> HEADERS += \
>
Hi,
Thanks for this new patch again, but you've been told already that we
can't accept patches in the ML or JIRA.
Please go and configure Gerrit and push it there.
http://qt-project.org/wiki/Setting-up-Gerrit
Cheers,
--
Sergio Ahumada
san at sansano.inf.utfsm.cl
More information about the Interest
mailing list