summaryrefslogtreecommitdiffstats
path: root/examples/wayland/wayland.pro
blob: 9da43fbd75d5381e6abdf08c84d1e8603eda271c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 += ivi-compositor
    qtHaveModule(waylandclient) {
        SUBDIRS += \
            custom-extension \
            server-buffer
    }
}