summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/opengl/opengl.pro
blob: f098513e875e9511d9b7fbeb1c11ce043b7fdf0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)