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/generic/tuiotouch/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/generic') diff --git a/src/plugins/generic/tuiotouch/CMakeLists.txt b/src/plugins/generic/tuiotouch/CMakeLists.txt index c6452780c5..0907f571a9 100644 --- a/src/plugins/generic/tuiotouch/CMakeLists.txt +++ b/src/plugins/generic/tuiotouch/CMakeLists.txt @@ -6,6 +6,7 @@ add_qt_plugin(qtuiotouchplugin TYPE generic + CLASS_NAME QTuioTouchPlugin SOURCES main.cpp qoscbundle.cpp qoscbundle_p.h -- cgit v1.2.3