summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/gl_integrations/gl_integrations.pro
blob: 0cdee03f628c2f6d1786d19bce6b4b0359f32c26 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = subdirs

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

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