summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/client/libhybris-egl-server/libhybris-egl-server.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/hardwareintegration/client/libhybris-egl-server/libhybris-egl-server.pro')
-rw-r--r--src/plugins/hardwareintegration/client/libhybris-egl-server/libhybris-egl-server.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/plugins/hardwareintegration/client/libhybris-egl-server/libhybris-egl-server.pro b/src/plugins/hardwareintegration/client/libhybris-egl-server/libhybris-egl-server.pro
new file mode 100644
index 000000000..4d7909701
--- /dev/null
+++ b/src/plugins/hardwareintegration/client/libhybris-egl-server/libhybris-egl-server.pro
@@ -0,0 +1,14 @@
+PLUGIN_TYPE = wayland-graphics-integration/client
+load(qt_plugin)
+
+QT += waylandclient-private
+
+include(../../../../hardwareintegration/client/libhybris-egl-server/libhybris-egl-server.pri)
+
+LIBS += -lEGL
+
+OTHER_FILES += \
+ libhybris-egl-server.json
+
+SOURCES += main.cpp
+