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

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

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