Lighthouse: Wayland, implement gl_integration
[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