summaryrefslogtreecommitdiffstats
path: root/qtwayland.pro
blob: 40c6295403ccdf047ac886cbeccc407a254d2a1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
load(configure)
qtCompileTest(wayland)
qtCompileTest(xkbcommon)
qtCompileTest(brcm_egl)
qtCompileTest(egl)
qtCompileTest(glx)
qtCompileTest(wayland_egl)
qtCompileTest(xcomposite)

load(qt_parts)

!config_wayland {
    error(QtWayland requires Wayland 1.0.0 or higher)
}