summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-06-29 16:07:58 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-06-29 16:14:04 +0200
commit7c66391a96dc3d42c654c0de055a09327e7674e5 (patch)
tree5e95011bc090dd792f28e2a6ff1b3c10a282940f /src/plugins
parent2d3d016d0dd7f5e5a733b45fccd0a598141c34e4 (diff)
downloadqtwayland-7c66391a96dc3d42c654c0de055a09327e7674e5.tar.gz
CMake: Get rid of a few warnings
Plugins should not link publicly to libraries. Don't use deprecated TYPE option of qt_add_plugin. Amends d89c8920f3b82dd2098971b5a66c4b9c75da5af0 Pick-to: 6.3 6.4 Change-Id: I0b5ad54e802147778b1a979b16ff1c2c47eb8c5b Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/shellintegration/qt-shell/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/shellintegration/qt-shell/CMakeLists.txt b/src/plugins/shellintegration/qt-shell/CMakeLists.txt
index bf466d32..75432054 100644
--- a/src/plugins/shellintegration/qt-shell/CMakeLists.txt
+++ b/src/plugins/shellintegration/qt-shell/CMakeLists.txt
@@ -4,7 +4,7 @@
qt_internal_add_plugin(QWaylandQtShellIntegrationPlugin
OUTPUT_NAME qt-shell
- TYPE wayland-shell-integration
+ PLUGIN_TYPE wayland-shell-integration
SOURCES
main.cpp
qwaylandqtshellintegration.cpp qwaylandqtshellintegration.h