summaryrefslogtreecommitdiffstats
path: root/src/plugins/waylandcompositors/waylandcompositors.pro
blob: 8a4d9b04ad7bb79bc998ff088d71d05a68ff1c22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = subdirs

!isEqual(QT_WAYLAND_GL_CONFIG,nogl) {
    config_wayland_egl {
        SUBDIRS += wayland-egl
    }
    config_brcm_egl {
        SUBDIRS += brcm-egl
    }
    config_xcomposite {
        config_egl {
            SUBDIRS += xcomposite-egl
        } else:config_glx {
            SUBDIRS += xcomposite-glx
        }
    }
}