summaryrefslogtreecommitdiffstats
path: root/examples/wayland/wayland.pro
blob: 6b9272fc887556026526bca26d0ea11d0ed62afc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 += pure-qml
}