summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/opengl/opengl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/renderers/opengl/opengl.pro')
-rw-r--r--src/plugins/renderers/opengl/opengl.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/plugins/renderers/opengl/opengl.pro b/src/plugins/renderers/opengl/opengl.pro
new file mode 100644
index 000000000..ebd4ff5d1
--- /dev/null
+++ b/src/plugins/renderers/opengl/opengl.pro
@@ -0,0 +1,10 @@
+TARGET = openglrenderer
+
+include(opengl.pri)
+
+SOURCES += \
+ main.cpp
+
+PLUGIN_TYPE = renderers
+PLUGIN_CLASS_NAME = OpenGLRendererPlugin
+load(qt_plugin)