From cd408af9bc11881f351b359ebf81f02f0f69ef86 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Mon, 22 Jul 2019 19:32:23 +0200 Subject: 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 Reviewed-by: Qt CMake Build Bot --- src/plugins/imageformats/jpeg/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/imageformats/jpeg/CMakeLists.txt') diff --git a/src/plugins/imageformats/jpeg/CMakeLists.txt b/src/plugins/imageformats/jpeg/CMakeLists.txt index 1c4627cb4f..6d1da65d93 100644 --- a/src/plugins/imageformats/jpeg/CMakeLists.txt +++ b/src/plugins/imageformats/jpeg/CMakeLists.txt @@ -8,6 +8,7 @@ qt_find_package(JPEG) # special case add_qt_plugin(qjpeg TYPE imageformats + CLASS_NAME QJpegPlugin SOURCES main.cpp main.h qjpeghandler.cpp qjpeghandler_p.h -- cgit v1.2.3