summaryrefslogtreecommitdiffstats
path: root/examples/wayland/wayland.pro
blob: 4a4aaf81d16db87eae19f5b824ecc4312da2d578 (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
26
27
28
29
30
31
32
TEMPLATE=subdirs

!qtHaveModule(waylandcompositor): \
    return()

qtConfig(opengl) {
    SUBDIRS += \
        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
    SUBDIRS += qtshell
    qtHaveModule(waylandclient) {
        SUBDIRS += \
            custom-extension \
            custom-shell

            qtConfig(opengl) {
                SUBDIRS += \
                    server-buffer
            }
    }
    SUBDIRS += hwlayer-compositor
}