summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/gl_integrations/gl_integrations.pro
blob: b8f878ffe83769026a3d46aad7c04b6795a951a3 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = subdirs
QT_FOR_CONFIG += gui-private

qtConfig(egl):qtConfig(egl_x11):qtConfig(opengl) {
    SUBDIRS += xcb_egl
}

qtConfig(xcb-xlib):qtConfig(opengl):!qtConfig(opengles2) {
    SUBDIRS += xcb_glx
}