summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro')
-rw-r--r--src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro b/src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro
new file mode 100644
index 000000000..5a65b0771
--- /dev/null
+++ b/src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro
@@ -0,0 +1,11 @@
+PLUGIN_TYPE = wayland-graphics-integration
+load(qt_plugin)
+
+QT = compositor compositor-private core-private gui-private
+
+OTHER_FILES += wayland-egl.json
+
+SOURCES += \
+ main.cpp
+
+include(../../../../hardwareintegration/compositor/wayland-egl/wayland-egl.pri)