Add PLUGIN_CLASS_NAME to qttools plugins
authorMiikka Heikkinen <miikka.heikkinen@digia.com>
Mon, 10 Dec 2012 12:58:39 +0000 (14:58 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 10 Dec 2012 16:06:50 +0000 (17:06 +0100)
Needed for automating static plugin loading.

Task-number: QTBUG-28131
Change-Id: I4e7c7b5342c7dde99580d42100c8b9d89b809515
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
examples/designer/arthurplugin/arthurplugin.pro
examples/designer/containerextension/containerextension.pro
examples/designer/customwidgetplugin/customwidgetplugin.pro
examples/designer/taskmenuextension/taskmenuextension.pro
examples/designer/worldtimeclockplugin/worldtimeclockplugin.pro
src/designer/src/plugins/activeqt/activeqt.pro
src/designer/src/plugins/qwebview/qwebview.pro
src/designer/src/plugins/tools/view3d/view3d.pro

index 57cfd36..991ca1f 100644 (file)
@@ -3,6 +3,7 @@ QT += designer
 QTDIR_build {
 # This is only for the Qt build. Do not use externally. We mean it.
 PLUGIN_TYPE = designer
+PLUGIN_CLASS_NAME = ArthurPlugins
 load(qt_plugin)
 } else {
 # Public example:
index 0c78c97..5bd5f7c 100644 (file)
@@ -1,6 +1,7 @@
 QTDIR_build {
 # This is only for the Qt build. Do not use externally. We mean it.
 PLUGIN_TYPE = designer
+PLUGIN_CLASS_NAME = MultiPageWidgetPlugin
 load(qt_plugin)
 } else {
 # Public example:
index fd0ef61..0e2006f 100644 (file)
@@ -5,6 +5,7 @@ QT          += widgets designer
 QTDIR_build {
 # This is only for the Qt build. Do not use externally. We mean it.
 PLUGIN_TYPE = designer
+PLUGIN_CLASS_NAME = AnalogClockPlugin
 load(qt_plugin)
 } else {
 # Public example:
index 685697f..5cfebc0 100644 (file)
@@ -5,6 +5,7 @@ QT      += widgets designer
 QTDIR_build {
 # This is only for the Qt build. Do not use externally. We mean it.
 PLUGIN_TYPE = designer
+PLUGIN_CLASS_NAME = TicTacToePlugin
 load(qt_plugin)
 } else {
 # Public example:
index 1f4301e..80a9715 100644 (file)
@@ -5,6 +5,7 @@ QT          += widgets designer
 QTDIR_build {
 # This is only for the Qt build. Do not use externally. We mean it.
 PLUGIN_TYPE = designer
+PLUGIN_CLASS_NAME = WorldTimeClockPlugin
 load(qt_plugin)
 } else {
 # Public example:
index 610ce38..81e1093 100644 (file)
@@ -1,6 +1,7 @@
 TARGET      = qaxwidget
 QT         += widgets designer-private axcontainer
 
+PLUGIN_CLASS_NAME = QAxWidgetPlugin
 include(../plugins.pri)
 
 INCLUDEPATH += ../../lib/uilib \
index 45e6413..e9268b5 100644 (file)
@@ -1,6 +1,7 @@
 TARGET      = qwebview
 QT         += widgets webkitwidgets
 
+PLUGIN_CLASS_NAME = QWebViewPlugin
 include(../plugins.pri)
 
 SOURCES += qwebview_plugin.cpp
index a1687dc..81f6a93 100644 (file)
@@ -1,6 +1,7 @@
 QT      += opengl widgets
 TARGET = view3d
 
+PLUGIN_CLASS_NAME = QView3DPlugin
 include(../../plugins.pri)
 
 SOURCES += view3d.cpp view3d_tool.cpp view3d_plugin.cpp