[Development] R: R: [QT5] Configure error in QUrl

2013-03-25 Thread Matteo Brichese
>A slightly longer paste: >#ifdef MESA_EGL_NO_X11_HEADERS >typedef void*EGLNativeDisplayType; >typedef khronos_uint32_t EGLNativePixmapType; >typedef khronos_uint32_t EGLNativeWindowType; >#else >/* X11 (tentative) */ >#include >#include >typedef Display *EGLNativeDisplayType; >typed

[Development] R: R: [QT5] Configure error in QUrl

2013-03-22 Thread Matteo Brichese
>>On sexta-feira, 22 de março de 2013 15.20.03, Matteo Brichese wrote: >> Hi, the EGL is provided by nvidia, so I don't think that I could get any >> mod. >Can you compile Qt with the Mesa headers? I think yes, but compiling with Mesa header I will be able to have hardware acceleration from qt?