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

qtConfig(xcb-egl-plugin) {
    SUBDIRS += xcb_egl
}

qtConfig(xcb-glx-plugin) {
    SUBDIRS += xcb_glx
}