summaryrefslogtreecommitdiffstats
path: root/examples/wayland/wayland.pro
blob: be50cc782bf5b422511026a6856d645f1f214b10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE=subdirs

#Only build compositor examples if we are building
#the QtCompositor API
contains(CONFIG, wayland-compositor) {
    SUBDIRS += qwindow-compositor

    qtHaveModule(quick) {
        SUBDIRS += qml-compositor
    }

    SUBDIRS += server-buffer
}

SUBDIRS += subsurface