File: wayland.pro

package info (click to toggle)
qtwayland-opensource-src 5.15.17-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,176 kB
  • sloc: cpp: 53,704; xml: 9,462; ansic: 187; makefile: 29; sh: 5
file content (32 lines) | stat: -rw-r--r-- 693 bytes parent folder | download | duplicates (4)
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 += \
        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

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