summaryrefslogtreecommitdiffstats
path: root/qtwayland.pro
blob: a995ab3c8a7b3764fa043513666825468403a4cc (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
33
34
35
load(configure)
qtCompileTest(wayland)
qtCompileTest(xkbcommon)
qtCompileTest(wayland_cursor)
qtCompileTest(wayland_scanner)
qtCompileTest(wayland_egl)
qtCompileTest(egl)
qtCompileTest(brcm_egl)
qtCompileTest(glx)
qtCompileTest(xcomposite)

load(qt_parts)

!config_wayland {
    warning("QtWayland requires Wayland 1.1.0 or higher")
    SUBDIRS =
}

!config_xkbcommon {
    warning("No xkbcommon 0.2.0 or higher found, disabling support for it")
}

!config_wayland_scanner {
    warning("QtWayland requires wayland-scanner")
    SUBDIRS =
}

!config_wayland_cursor {
    warning("QtWayland requires wayland-cursor")
    SUBDIRS =
}

!config_wayland_egl {
    message("no wayland-egl support detected, cross-toolkit compatibility disabled");
}