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

SUBDIRS += qwayland-generic

qtConfig(wayland-egl): \
    SUBDIRS += qwayland-egl

#The following integrations are only useful with QtWaylandCompositor
qtConfig(wayland-brcm): \
    SUBDIRS += qwayland-brcm-egl

qtConfig(xcomposite-egl): \
    SUBDIRS += qwayland-xcomposite-egl
qtConfig(xcomposite-glx): \
    SUBDIRS += qwayland-xcomposite-glx