summaryrefslogtreecommitdiffstats
path: root/examples/wayland/wayland.pro
blob: f8a360c1a110be9f62aa57138b7e87823a00d85f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
requires(qtHaveModule(waylandcompositor))
requires(qtConfig(opengl))
TEMPLATE=subdirs

SUBDIRS += \
    qwindow-compositor \
    minimal-cpp

qtHaveModule(quick) {
    SUBDIRS += minimal-qml
    SUBDIRS += spanning-screens
    SUBDIRS += pure-qml
    SUBDIRS += multi-output
    SUBDIRS += multi-screen
    SUBDIRS += overview-compositor
    SUBDIRS += ivi-compositor
    SUBDIRS += server-side-decoration
    qtHaveModule(waylandclient) {
        SUBDIRS += \
            custom-extension \
            server-buffer \
            texture-sharing
    }
    SUBDIRS += hwlayer-compositor
}