cmake: Add missing CLASS_NAME

Change-Id: I5853578f427ae1d1b32ee5405694c216e2dd17cf
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
This commit is contained in:
Albert Astals Cid 2019-09-27 15:14:53 +02:00
parent c718213548
commit e1beabc3b8
14 changed files with 14 additions and 0 deletions

View File

@ -6,6 +6,7 @@
add_qt_plugin(qconnmanbearer add_qt_plugin(qconnmanbearer
TYPE bearer TYPE bearer
CLASS_NAME QConnmanEnginePlugin
SOURCES SOURCES
../linux_common/qofonoservice_linux.cpp ../linux_common/qofonoservice_linux_p.h ../linux_common/qofonoservice_linux.cpp ../linux_common/qofonoservice_linux_p.h
../qbearerengine_impl.h ../qbearerengine_impl.h

View File

@ -6,6 +6,7 @@
add_qt_plugin(qnmbearer add_qt_plugin(qnmbearer
TYPE bearer TYPE bearer
CLASS_NAME QNetworkManagerEnginePlugin
SOURCES SOURCES
../linux_common/qofonoservice_linux.cpp ../linux_common/qofonoservice_linux_p.h ../linux_common/qofonoservice_linux.cpp ../linux_common/qofonoservice_linux_p.h
../qbearerengine_impl.h ../qbearerengine_impl.h

View File

@ -6,6 +6,7 @@
add_qt_plugin(qevdevkeyboardplugin add_qt_plugin(qevdevkeyboardplugin
TYPE generic TYPE generic
CLASS_NAME QEvdevKeyboardPlugin
SOURCES SOURCES
main.cpp main.cpp
LIBRARIES LIBRARIES

View File

@ -6,6 +6,7 @@
add_qt_plugin(qevdevmouseplugin add_qt_plugin(qevdevmouseplugin
TYPE generic TYPE generic
CLASS_NAME QEvdevMousePlugin
SOURCES SOURCES
main.cpp main.cpp
LIBRARIES LIBRARIES

View File

@ -6,6 +6,7 @@
add_qt_plugin(qevdevtabletplugin add_qt_plugin(qevdevtabletplugin
TYPE generic TYPE generic
CLASS_NAME QEvdevTabletPlugin
SOURCES SOURCES
main.cpp main.cpp
LIBRARIES LIBRARIES

View File

@ -6,6 +6,7 @@
add_qt_plugin(qevdevtouchplugin add_qt_plugin(qevdevtouchplugin
TYPE generic TYPE generic
CLASS_NAME QEvdevTouchScreenPlugin
SOURCES SOURCES
main.cpp main.cpp
LIBRARIES LIBRARIES

View File

@ -6,6 +6,7 @@
add_qt_plugin(qlibinputplugin add_qt_plugin(qlibinputplugin
TYPE generic TYPE generic
CLASS_NAME QLibInputPlugin
SOURCES SOURCES
main.cpp main.cpp
LIBRARIES LIBRARIES

View File

@ -8,6 +8,7 @@ qt_find_package(Tslib) # special case
add_qt_plugin(qtslibplugin add_qt_plugin(qtslibplugin
TYPE generic TYPE generic
CLASS_NAME QTsLibPlugin
SOURCES SOURCES
main.cpp main.cpp
LIBRARIES LIBRARIES

View File

@ -10,6 +10,7 @@ pkg_get_variable(PKG_X11_PREFIX x11 prefix) # special case
add_qt_plugin(composeplatforminputcontextplugin add_qt_plugin(composeplatforminputcontextplugin
TYPE platforminputcontexts TYPE platforminputcontexts
CLASS_NAME QComposePlatformInputContextPlugin
SOURCES SOURCES
qcomposeplatforminputcontext.cpp qcomposeplatforminputcontext.h qcomposeplatforminputcontext.cpp qcomposeplatforminputcontext.h
qcomposeplatforminputcontextmain.cpp qcomposeplatforminputcontextmain.cpp

View File

@ -6,6 +6,7 @@
add_qt_plugin(ibusplatforminputcontextplugin add_qt_plugin(ibusplatforminputcontextplugin
TYPE platforminputcontexts TYPE platforminputcontexts
CLASS_NAME QIbusPlatformInputContextPlugin
SOURCES SOURCES
main.cpp main.cpp
qibusinputcontextproxy.cpp qibusinputcontextproxy.h qibusinputcontextproxy.cpp qibusinputcontextproxy.h

View File

@ -9,6 +9,7 @@ qt_find_package(X11)
add_qt_plugin(qgtk3 add_qt_plugin(qgtk3
TYPE platformthemes TYPE platformthemes
CLASS_NAME QGtk3ThemePlugin
SOURCES SOURCES
main.cpp main.cpp
qgtk3dialoghelpers.cpp qgtk3dialoghelpers.h qgtk3dialoghelpers.cpp qgtk3dialoghelpers.h

View File

@ -8,6 +8,7 @@ qt_find_package(Cups PROVIDED_TARGETS Cups::Cups) # special case
add_qt_plugin(cupsprintersupport add_qt_plugin(cupsprintersupport
TYPE printsupport TYPE printsupport
CLASS_NAME QCupsPrinterSupportPlugin
SOURCES SOURCES
main.cpp main.cpp
qcupsprintengine.cpp qcupsprintengine_p.h qcupsprintengine.cpp qcupsprintengine_p.h

View File

@ -6,6 +6,7 @@ qt_find_package(ODBC) # special case
add_qt_plugin(qsqlodbc add_qt_plugin(qsqlodbc
TYPE sqldrivers TYPE sqldrivers
CLASS_NAME QODBCDriverPlugin
SOURCES SOURCES
main.cpp main.cpp
qsql_odbc.cpp qsql_odbc_p.h qsql_odbc.cpp qsql_odbc_p.h

View File

@ -9,6 +9,7 @@ qt_find_package(PostgreSQL) # special case
add_qt_plugin(qsqlpsql add_qt_plugin(qsqlpsql
TYPE sqldrivers TYPE sqldrivers
CLASS_NAME QPSQLDriverPlugin
SOURCES SOURCES
main.cpp main.cpp
qsql_psql.cpp qsql_psql_p.h qsql_psql.cpp qsql_psql_p.h