summaryrefslogtreecommitdiffstats
path: root/src/plugins/videonode/egl/egl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/videonode/egl/egl.pro')
-rw-r--r--src/plugins/videonode/egl/egl.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/plugins/videonode/egl/egl.pro b/src/plugins/videonode/egl/egl.pro
new file mode 100644
index 000000000..a6256cea1
--- /dev/null
+++ b/src/plugins/videonode/egl/egl.pro
@@ -0,0 +1,17 @@
+TARGET = eglvideonode
+QT += multimedia-private qtmultimediaquicktools-private
+CONFIG += egl
+
+PLUGIN_TYPE=video/videonode
+PLUGIN_EXTENDS = quick
+PLUGIN_CLASS_NAME = QSGVideoNodeFactory_EGL
+load(qt_plugin)
+
+HEADERS += \
+ qsgvideonode_egl.h
+
+SOURCES += \
+ qsgvideonode_egl.cpp
+
+OTHER_FILES += \
+ egl.json