summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/gl_integrations/gl_integrations.pro
blob: 29b6d1d2f734b3136869e1ec0008ed10300cccb7 (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, opengl): !contains(QT_CONFIG, opengles2) {
    SUBDIRS += xcb_glx
}