qt5base-lts/tests/manual/xcb_gl_integration/xcb_gl_integration.pro
Jørgen Lind 8758f532ae Make GLX and EGL dynamic dependencies for xcb
[ChangeLog][QPA][Xcb] GLX and EGL code paths are now dynamically
resolved, making it possible for one build of a plugin to use both code
paths. Default is to use the GLX code path if available. This can be
overwritten by specifying QT_XCB_GL_INTEGRATION=xcb_egl as an
evnironment variable. Enable qt.xcb.glintegration.debug to get debug log
output of what integration is used

Change-Id: Ia9fa95fcca3d901b91dadb8c98a695fea0ae3b1e
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
2014-12-20 06:09:01 +01:00

9 lines
108 B
Prolog

TEMPLATE = app
TARGET = xcb_gl_integration
INCLUDEPATH += .
QT += gui-private
# Input
SOURCES += main.cpp