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