diff options
author | Alexandru Croitor <alexandru.croitor@qt.io> | 2019-07-22 19:32:23 +0200 |
---|---|---|
committer | Alexandru Croitor <alexandru.croitor@qt.io> | 2019-07-22 18:48:28 +0000 |
commit | cd408af9bc11881f351b359ebf81f02f0f69ef86 (patch) | |
tree | 288d2a514630e5c342f3ed2ca2a92a30f2112483 /src/plugins/generic | |
parent | 59912b95581031a2ea3513b7b900089e928dfbf5 (diff) |
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
Diffstat (limited to 'src/plugins/generic')
-rw-r--r-- | src/plugins/generic/tuiotouch/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |