summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2013-08-16 08:22:04 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-20 20:09:20 +0200
commit692bee634e9add44ae38fe2e4dd140319687facd (patch)
tree7002ae3b64fcbc17dcca7ac1178c5d90282c8249 /src
parent227e9a40cfeb7e00658cd343266e9d4140a4ebcf (diff)
Add missing PLUGIN_CLASS_NAME
Change-Id: Ic2d59ac9194d6756c9f978fb1c13baf3fa7009b7 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com> Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/platforms/offscreen/offscreen.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/platforms/offscreen/offscreen.pro b/src/plugins/platforms/offscreen/offscreen.pro
index 270e3ce228..f9c5bd2165 100644
--- a/src/plugins/platforms/offscreen/offscreen.pro
+++ b/src/plugins/platforms/offscreen/offscreen.pro
@@ -1,6 +1,7 @@
TARGET = qoffscreen
PLUGIN_TYPE = platforms
+PLUGIN_CLASS_NAME = QOffscreenIntegrationPlugin
load(qt_plugin)
QT += core-private gui-private platformsupport-private