summaryrefslogtreecommitdiffstats
path: root/src/qt-compositor/hardware_integration/wayland_egl/wayland_egl.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt-compositor/hardware_integration/wayland_egl/wayland_egl.pri')
-rw-r--r--src/qt-compositor/hardware_integration/wayland_egl/wayland_egl.pri9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/qt-compositor/hardware_integration/wayland_egl/wayland_egl.pri b/src/qt-compositor/hardware_integration/wayland_egl/wayland_egl.pri
new file mode 100644
index 0000000..2589239
--- /dev/null
+++ b/src/qt-compositor/hardware_integration/wayland_egl/wayland_egl.pri
@@ -0,0 +1,9 @@
+LIBS += -lEGL
+
+DEFINES += QT_COMPOSITOR_MESA_EGL
+
+SOURCES += \
+ $$PWD/waylandeglintegration.cpp
+
+HEADERS += \
+ $$PWD/waylandeglintegration.h