Wayland: Add a egl xcomposite backend
[profile/ivi/qtwayland.git] / src / plugins / platforms / wayland / gl_integration / gl_integration.pri
1 HEADERS += \
2     $$PWD/qwaylandglintegration.h \
3     $$PWD/qwaylandglwindowsurface.h
4
5 SOURCES += \
6     $$PWD/qwaylandglintegration.cpp \
7     $$PWD/qwaylandglwindowsurface.cpp
8
9 wayland_egl {
10     include ($$PWD/wayland_egl/wayland_egl.pri)
11 }
12
13 xpixmap_egl {
14     include ($$PWD/xpixmap_egl/xpixmap_egl.pri)
15 }
16
17 xpixmap_glx {
18     include ($$PWD/xpixmap_glx/xpixmap_glx.pri)
19 }
20
21 xcomposite_glx {
22     include ($$PWD/xcomposite_glx/xcomposite_glx.pri)
23 }
24
25 xcomposite_egl {
26     include ($$PWD/xcomposite_egl/xcomposite_egl.pri)
27 }