summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/CMakeLists.txt10
-rw-r--r--src/plugins/imageformats/ico/CMakeLists.txt2
-rw-r--r--src/sql/CMakeLists.txt2
3 files changed, 14 insertions, 0 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index b3f5a880b1..50e966d34d 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -39,6 +39,16 @@ endif()
# special case end
add_qt_module(Gui
+ PLUGIN_TYPES
+ platforms
+ platforms/darwin
+ xcbglintegrations
+ platformthemes
+ platforminputcontexts
+ generic
+ iconengines
+ imageformats
+ egldeviceintegrations
FEATURE_DEPENDENCIES # special case:
Qt::Network # special case:
SOURCES
diff --git a/src/plugins/imageformats/ico/CMakeLists.txt b/src/plugins/imageformats/ico/CMakeLists.txt
index 160b440dff..976ab98266 100644
--- a/src/plugins/imageformats/ico/CMakeLists.txt
+++ b/src/plugins/imageformats/ico/CMakeLists.txt
@@ -13,6 +13,8 @@ add_qt_plugin(qico
Qt::GuiPrivate # special case
PUBLIC_LIBRARIES # special case
Qt::Gui # special case
+ CLASS_NAME
+ QICOPlugin
)
#### Keys ignored in scope 1:.:.:ico.pro:<TRUE>:
diff --git a/src/sql/CMakeLists.txt b/src/sql/CMakeLists.txt
index f84d12dc12..8f728e7079 100644
--- a/src/sql/CMakeLists.txt
+++ b/src/sql/CMakeLists.txt
@@ -5,6 +5,8 @@
#####################################################################
add_qt_module(Sql
+ PLUGIN_TYPES
+ sqldrivers
SOURCES
kernel/qsqlcachedresult.cpp kernel/qsqlcachedresult_p.h
kernel/qsqldatabase.cpp kernel/qsqldatabase.h