8758f532ae
[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>
9 lines
108 B
Prolog
9 lines
108 B
Prolog
TEMPLATE = app
|
|
TARGET = xcb_gl_integration
|
|
INCLUDEPATH += .
|
|
|
|
QT += gui-private
|
|
|
|
# Input
|
|
SOURCES += main.cpp
|