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

contains(QT_CONFIG, egl):contains(QT_CONFIG, egl_x11) {
    SUBDIRS += xcb_egl
}

contains(QT_CONFIG, xcb-xlib):!contains(QT_CONFIG, opengles2) {
    SUBDIRS += xcb_glx
}