summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/platforms.pro
blob: 0665511c503a31bd65341f7ff23f8432fb130aea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEMPLATE=subdirs
CONFIG+=ordered

SUBDIRS += qwayland-generic

config_wayland_egl {
    SUBDIRS += qwayland-egl
}

#The following integrations are only useful with QtCompositor
contains(CONFIG, wayland-compositor) {
    config_brcm_egl: \
        SUBDIRS += qwayland-brcm-egl

    config_xcomposite {
        config_egl: \
            SUBDIRS += qwayland-xcomposite-egl
        !contains(QT_CONFIG, opengles2):config_glx: \
            SUBDIRS += qwayland-xcomposite-glx
    }
}