Add some missing CLASS_NAME values to plugins
This substantially decreases the number of warnings when doing a Qt static build with examples. This is a quickfix modifying the relevant files directly. A proper fix will follow that regenerates the whole files. Change-Id: I2a3cc2c4ea02b3412beb96f7b4be9d43365a460d Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CMake Build Bot
This commit is contained in:
parent
59912b9558
commit
cd408af9bc
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
add_qt_plugin(qgenericbearer
|
add_qt_plugin(qgenericbearer
|
||||||
TYPE bearer
|
TYPE bearer
|
||||||
|
CLASS_NAME QGenericEnginePlugin
|
||||||
SOURCES
|
SOURCES
|
||||||
../platformdefs_win.h
|
../platformdefs_win.h
|
||||||
../qbearerengine_impl.h
|
../qbearerengine_impl.h
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
add_qt_plugin(qtuiotouchplugin
|
add_qt_plugin(qtuiotouchplugin
|
||||||
TYPE generic
|
TYPE generic
|
||||||
|
CLASS_NAME QTuioTouchPlugin
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
qoscbundle.cpp qoscbundle_p.h
|
qoscbundle.cpp qoscbundle_p.h
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
add_qt_plugin(qgif
|
add_qt_plugin(qgif
|
||||||
TYPE imageformats
|
TYPE imageformats
|
||||||
|
CLASS_NAME QGifPlugin
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp main.h
|
main.cpp main.h
|
||||||
qgifhandler.cpp qgifhandler_p.h
|
qgifhandler.cpp qgifhandler_p.h
|
||||||
|
@ -8,6 +8,7 @@ qt_find_package(JPEG) # special case
|
|||||||
|
|
||||||
add_qt_plugin(qjpeg
|
add_qt_plugin(qjpeg
|
||||||
TYPE imageformats
|
TYPE imageformats
|
||||||
|
CLASS_NAME QJpegPlugin
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp main.h
|
main.cpp main.h
|
||||||
qjpeghandler.cpp qjpeghandler_p.h
|
qjpeghandler.cpp qjpeghandler_p.h
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
add_qt_plugin(qxdgdesktopportal
|
add_qt_plugin(qxdgdesktopportal
|
||||||
TYPE platformthemes
|
TYPE platformthemes
|
||||||
|
CLASS_NAME QXdgDesktopPortalThemePlugin
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
qxdgdesktopportalfiledialog.cpp qxdgdesktopportalfiledialog_p.h
|
qxdgdesktopportalfiledialog.cpp qxdgdesktopportalfiledialog_p.h
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
add_qt_plugin(qsqlite
|
add_qt_plugin(qsqlite
|
||||||
TYPE sqldrivers
|
TYPE sqldrivers
|
||||||
|
CLASS_NAME QSQLiteDriverPlugin
|
||||||
SOURCES
|
SOURCES
|
||||||
qsql_sqlite.cpp qsql_sqlite_p.h
|
qsql_sqlite.cpp qsql_sqlite_p.h
|
||||||
smain.cpp
|
smain.cpp
|
||||||
|
@ -6,14 +6,20 @@
|
|||||||
|
|
||||||
add_qt_plugin(qmacstyle
|
add_qt_plugin(qmacstyle
|
||||||
TYPE styles
|
TYPE styles
|
||||||
|
CLASS_NAME QMacStylePlugin
|
||||||
SOURCES
|
SOURCES
|
||||||
main.mm
|
main.mm
|
||||||
qmacstyle_mac.mm qmacstyle_mac_p.h
|
qmacstyle_mac.mm qmacstyle_mac_p.h
|
||||||
qmacstyle_mac_p_p.h
|
qmacstyle_mac_p_p.h
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
Qt::WidgetsPrivate
|
|
||||||
${FWAppKit}
|
${FWAppKit}
|
||||||
|
Qt::WidgetsPrivate
|
||||||
|
PUBLIC_LIBRARIES
|
||||||
|
Qt::Widgets
|
||||||
|
)
|
||||||
|
|
||||||
|
#### Keys ignored in scope 1:.:.:mac.pro:<TRUE>:
|
||||||
# DISTFILES = "macstyle.json"
|
# DISTFILES = "macstyle.json"
|
||||||
# PLUGIN_CLASS_NAME = "QMacStylePlugin"
|
# PLUGIN_CLASS_NAME = "QMacStylePlugin"
|
||||||
|
# PLUGIN_TYPE = "styles"
|
||||||
# _LOADED = "qt_plugin"
|
# _LOADED = "qt_plugin"
|
||||||
)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user