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.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/plugins/renderers/opengl/opengl.pro b/src/plugins/renderers/opengl/opengl.pro
deleted file mode 100644
index f098513e8..000000000
--- a/src/plugins/renderers/opengl/opengl.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TARGET = openglrenderer
-
-# We use QT_AUTOTEST_EXPORT to test the plug-ins, which needs QT_BUILDING_QT
-DEFINES += QT_BUILDING_QT
-
-include(opengl.pri)
-
-SOURCES += \
- main.cpp
-
-PLUGIN_TYPE = renderers
-PLUGIN_CLASS_NAME = OpenGLRendererPlugin
-load(qt_plugin)