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

SUBDIRS += qwayland-generic

config_wayland_egl {
    SUBDIRS += qwayland-egl
}

#The following integrations are only useful with QtWaylandCompositor
config_brcm_egl: \
    SUBDIRS += qwayland-brcm-egl

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