summaryrefslogtreecommitdiff
path: root/Source/WebKit/qt/examples/platformplugin/WebPlugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/qt/examples/platformplugin/WebPlugin.cpp')
-rw-r--r--Source/WebKit/qt/examples/platformplugin/WebPlugin.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/WebKit/qt/examples/platformplugin/WebPlugin.cpp b/Source/WebKit/qt/examples/platformplugin/WebPlugin.cpp
index fdd990f57..c71751177 100644
--- a/Source/WebKit/qt/examples/platformplugin/WebPlugin.cpp
+++ b/Source/WebKit/qt/examples/platformplugin/WebPlugin.cpp
@@ -314,7 +314,3 @@ QObject* WebPlugin::createExtension(Extension extension) const
return 0;
}
}
-
-#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0)
-Q_EXPORT_PLUGIN2(platformplugin, WebPlugin)
-#endif