Add PLUGIN_CLASS_NAME to qtbase plugins
Needed for automating static plugin loading. Task-number: QTBUG-28131 Change-Id: Icd993c0fc8335f29aeec30e853a408d888069399 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
b22eb09b48
commit
c9d40ef2c1
@ -1,6 +1,7 @@
|
||||
TARGET = qtaccessiblewidgets
|
||||
|
||||
PLUGIN_TYPE = accessible
|
||||
PLUGIN_CLASS_NAME = AccessibleFactory
|
||||
load(qt_plugin)
|
||||
|
||||
QT += core-private gui-private widgets-private
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qbbbearer
|
||||
|
||||
PLUGIN_TYPE = bearer
|
||||
PLUGIN_CLASS_NAME = QBBEnginePlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT = core-private network-private
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qconnmanbearer
|
||||
|
||||
PLUGIN_TYPE = bearer
|
||||
PLUGIN_CLASS_NAME = QConnmanEnginePlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT = core network-private dbus
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qcorewlanbearer
|
||||
|
||||
PLUGIN_TYPE = bearer
|
||||
PLUGIN_CLASS_NAME = QCoreWlanEnginePlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT = core-private network-private
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qgenericbearer
|
||||
|
||||
PLUGIN_TYPE = bearer
|
||||
PLUGIN_CLASS_NAME = QGenericEnginePlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT = core-private network-private
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qnativewifibearer
|
||||
|
||||
PLUGIN_TYPE = bearer
|
||||
PLUGIN_CLASS_NAME = QNativeWifiEnginePlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT = core-private network-private
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qnmbearer
|
||||
|
||||
PLUGIN_TYPE = bearer
|
||||
PLUGIN_CLASS_NAME = QNetworkManagerEnginePlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT = core network-private dbus
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qnlabearer
|
||||
|
||||
PLUGIN_TYPE = bearer
|
||||
PLUGIN_CLASS_NAME = QNlaEnginePlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT = core core-private network network-private
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qevdevkeyboardplugin
|
||||
|
||||
PLUGIN_TYPE = generic
|
||||
PLUGIN_CLASS_NAME = QEvdevKeyboardPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT += core-private platformsupport-private gui-private
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qevdevmouseplugin
|
||||
|
||||
PLUGIN_TYPE = generic
|
||||
PLUGIN_CLASS_NAME = QEvdevMousePlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT += core-private platformsupport-private gui-private
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qevdevtabletplugin
|
||||
|
||||
PLUGIN_TYPE = generic
|
||||
PLUGIN_CLASS_NAME = QEvdevTabletPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
SOURCES = main.cpp
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qevdevtouchplugin
|
||||
|
||||
PLUGIN_TYPE = generic
|
||||
PLUGIN_CLASS_NAME = QEvdevTouchScreenPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
SOURCES = main.cpp
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qmeegointegration
|
||||
|
||||
PLUGIN_TYPE = generic
|
||||
PLUGIN_CLASS_NAME = QMeeGoIntegrationPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
SOURCES = qmeegointegration.cpp \
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qtslibplugin
|
||||
|
||||
PLUGIN_TYPE = generic
|
||||
PLUGIN_CLASS_NAME = QTsLibPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
HEADERS = qtslib.h
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qgif
|
||||
|
||||
PLUGIN_TYPE = imageformats
|
||||
PLUGIN_CLASS_NAME = QGifPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
include(../../../gui/image/qgifhandler.pri)
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qico
|
||||
|
||||
PLUGIN_TYPE = imageformats
|
||||
PLUGIN_CLASS_NAME = QICOPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QTDIR_build:REQUIRES = "!contains(QT_CONFIG, no-ico)"
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qjpeg
|
||||
|
||||
PLUGIN_TYPE = imageformats
|
||||
PLUGIN_CLASS_NAME = QJpegPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT += core-private
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = ibusplatforminputcontextplugin
|
||||
|
||||
PLUGIN_TYPE = platforminputcontexts
|
||||
PLUGIN_CLASS_NAME = QIbusPlatformInputContextPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT += dbus gui-private
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = maliitplatforminputcontextplugin
|
||||
|
||||
PLUGIN_TYPE = platforminputcontexts
|
||||
PLUGIN_CLASS_NAME = QMaliitPlatformInputContextPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT += dbus gui-private
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qcocoa
|
||||
|
||||
PLUGIN_TYPE = platforms
|
||||
PLUGIN_CLASS_NAME = QCocoaIntegrationPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
OBJECTIVE_SOURCES += main.mm \
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qdirectfb
|
||||
|
||||
PLUGIN_TYPE = platforms
|
||||
PLUGIN_CLASS_NAME = QDirectFbIntegrationPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT += core-private gui-private platformsupport-private
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qeglfs
|
||||
|
||||
PLUGIN_TYPE = platforms
|
||||
PLUGIN_CLASS_NAME = QEglFSIntegrationPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT += core-private gui-private platformsupport-private
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qkms
|
||||
|
||||
PLUGIN_TYPE = platforms
|
||||
PLUGIN_CLASS_NAME = QKmsIntegrationPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT += core-private gui-private platformsupport-private opengl-private
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qlinuxfb
|
||||
|
||||
PLUGIN_TYPE = platforms
|
||||
PLUGIN_CLASS_NAME = QLinuxFbIntegrationPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT += core-private gui-private platformsupport-private
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qminimal
|
||||
|
||||
PLUGIN_TYPE = platforms
|
||||
PLUGIN_CLASS_NAME = QMinimalIntegrationPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT += core-private gui-private platformsupport-private
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qminimalegl
|
||||
|
||||
PLUGIN_TYPE = platforms
|
||||
PLUGIN_CLASS_NAME = QMinimalEglIntegrationPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT += core-private gui-private platformsupport-private
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = qopenwf
|
||||
|
||||
PLUGIN_TYPE = platforms
|
||||
PLUGIN_CLASS_NAME = QOpenWFDIntegrationPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT += core-private gui-private platformsupport-private
|
||||
|
@ -137,4 +137,5 @@ include (../../../platformsupport/eglconvenience/eglconvenience.pri)
|
||||
include (../../../platformsupport/fontdatabases/fontdatabases.pri)
|
||||
|
||||
PLUGIN_TYPE = platforms
|
||||
PLUGIN_CLASS_NAME = QQnxIntegrationPlugin
|
||||
load(qt_plugin)
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = windows
|
||||
|
||||
PLUGIN_TYPE = platforms
|
||||
PLUGIN_CLASS_NAME = QWindowsIntegrationPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT *= core-private
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = xcb
|
||||
|
||||
PLUGIN_TYPE = platforms
|
||||
PLUGIN_CLASS_NAME = QXcbIntegrationPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT += core-private gui-private platformsupport-private
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = cocoaprintersupport
|
||||
MODULE = cocoaprintersupport
|
||||
PLUGIN_TYPE = printsupport
|
||||
PLUGIN_CLASS_NAME = QCocoaPrinterSupportPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT += gui-private printsupport-private
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = cupsprintersupport
|
||||
MODULE = cupsprintersupport
|
||||
PLUGIN_TYPE = printsupport
|
||||
PLUGIN_CLASS_NAME = QCupsPrinterSupportPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT += core-private gui-private printsupport printsupport-private
|
||||
|
@ -1,6 +1,7 @@
|
||||
TARGET = windowsprintersupport
|
||||
MODULE = windowsprintersupport
|
||||
PLUGIN_TYPE = printsupport
|
||||
PLUGIN_CLASS_NAME = QWindowsPrinterSupportPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
QT *= core-private
|
||||
|
@ -4,4 +4,5 @@ SOURCES = main.cpp
|
||||
OTHER_FILES += db2.json
|
||||
include(../../../sql/drivers/db2/qsql_db2.pri)
|
||||
|
||||
PLUGIN_CLASS_NAME = QDB2DriverPlugin
|
||||
include(../qsqldriverbase.pri)
|
||||
|
@ -4,4 +4,5 @@ SOURCES = main.cpp
|
||||
OTHER_FILES += ibase.json
|
||||
include(../../../sql/drivers/ibase/qsql_ibase.pri)
|
||||
|
||||
PLUGIN_CLASS_NAME = QIBaseDriverPlugin
|
||||
include(../qsqldriverbase.pri)
|
||||
|
@ -4,4 +4,5 @@ SOURCES = main.cpp
|
||||
OTHER_FILES += mysql.json
|
||||
include(../../../sql/drivers/mysql/qsql_mysql.pri)
|
||||
|
||||
PLUGIN_CLASS_NAME = QMYSQLDriverPlugin
|
||||
include(../qsqldriverbase.pri)
|
||||
|
@ -4,4 +4,5 @@ SOURCES = main.cpp
|
||||
OTHER_FILES += oci.json
|
||||
include(../../../sql/drivers/oci/qsql_oci.pri)
|
||||
|
||||
PLUGIN_CLASS_NAME = QOCIDriverPlugin
|
||||
include(../qsqldriverbase.pri)
|
||||
|
@ -4,4 +4,5 @@ SOURCES = main.cpp
|
||||
OTHER_FILES += odbc.json
|
||||
include(../../../sql/drivers/odbc/qsql_odbc.pri)
|
||||
|
||||
PLUGIN_CLASS_NAME = QODBCDriverPlugin
|
||||
include(../qsqldriverbase.pri)
|
||||
|
@ -4,4 +4,5 @@ SOURCES = main.cpp
|
||||
OTHER_FILES += psql.json
|
||||
include(../../../sql/drivers/psql/qsql_psql.pri)
|
||||
|
||||
PLUGIN_CLASS_NAME = QPSQLDriverPlugin
|
||||
include(../qsqldriverbase.pri)
|
||||
|
@ -6,4 +6,5 @@ include(../../../sql/drivers/sqlite/qsql_sqlite.pri)
|
||||
|
||||
wince*: DEFINES += HAVE_LOCALTIME_S=0
|
||||
|
||||
PLUGIN_CLASS_NAME = QSQLiteDriverPlugin
|
||||
include(../qsqldriverbase.pri)
|
||||
|
@ -4,4 +4,5 @@ SOURCES = smain.cpp
|
||||
OTHER_FILES += sqlite2.json
|
||||
include(../../../sql/drivers/sqlite2/qsql_sqlite2.pri)
|
||||
|
||||
PLUGIN_CLASS_NAME = QSQLite2DriverPlugin
|
||||
include(../qsqldriverbase.pri)
|
||||
|
@ -4,4 +4,5 @@ SOURCES = main.cpp
|
||||
OTHER_FILES += tds.json
|
||||
include(../../../sql/drivers/tds/qsql_tds.pri)
|
||||
|
||||
PLUGIN_CLASS_NAME = QTDSDriverPlugin
|
||||
include(../qsqldriverbase.pri)
|
||||
|
Loading…
Reference in New Issue
Block a user