summaryrefslogtreecommitdiff
path: root/src/plugins/shellintegration
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-08-05 13:04:07 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-08-09 14:48:27 +0200
commit3c04dd8b26e276ae7649021135496d1ed3b111f1 (patch)
treec6137b274e35ec15048389601feede3ecbdfb8c3 /src/plugins/shellintegration
parentcd7799fe0a5d56a78aa188f17343dc87fa43163a (diff)
downloadqtwayland-3c04dd8b26e276ae7649021135496d1ed3b111f1.tar.gz
CMake: Use renamed qt6_add_plugin PLUGIN_TYPE option
Task-number: QTBUG-95170 Pick-to: 6.2 Change-Id: I60fd4ef84fb4887294bde766790b279d12f1288a Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/plugins/shellintegration')
-rw-r--r--src/plugins/shellintegration/fullscreen-shell-v1/CMakeLists.txt2
-rw-r--r--src/plugins/shellintegration/ivi-shell/CMakeLists.txt2
-rw-r--r--src/plugins/shellintegration/wl-shell/CMakeLists.txt2
-rw-r--r--src/plugins/shellintegration/xdg-shell/CMakeLists.txt2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/shellintegration/fullscreen-shell-v1/CMakeLists.txt b/src/plugins/shellintegration/fullscreen-shell-v1/CMakeLists.txt
index b4b73cdc..ee02e1eb 100644
--- a/src/plugins/shellintegration/fullscreen-shell-v1/CMakeLists.txt
+++ b/src/plugins/shellintegration/fullscreen-shell-v1/CMakeLists.txt
@@ -6,7 +6,7 @@
qt_internal_add_plugin(QWaylandFullScreenShellV1IntegrationPlugin
OUTPUT_NAME fullscreen-shell-v1
- TYPE wayland-shell-integration
+ PLUGIN_TYPE wayland-shell-integration
SOURCES
main.cpp
qwaylandfullscreenshellv1integration.cpp qwaylandfullscreenshellv1integration.h
diff --git a/src/plugins/shellintegration/ivi-shell/CMakeLists.txt b/src/plugins/shellintegration/ivi-shell/CMakeLists.txt
index 7843a22e..b80280e5 100644
--- a/src/plugins/shellintegration/ivi-shell/CMakeLists.txt
+++ b/src/plugins/shellintegration/ivi-shell/CMakeLists.txt
@@ -6,7 +6,7 @@
qt_internal_add_plugin(QWaylandIviShellIntegrationPlugin
OUTPUT_NAME ivi-shell
- TYPE wayland-shell-integration
+ PLUGIN_TYPE wayland-shell-integration
SOURCES
main.cpp
qwaylandivishellintegration.cpp qwaylandivishellintegration.h
diff --git a/src/plugins/shellintegration/wl-shell/CMakeLists.txt b/src/plugins/shellintegration/wl-shell/CMakeLists.txt
index 38033e03..6b9ff55f 100644
--- a/src/plugins/shellintegration/wl-shell/CMakeLists.txt
+++ b/src/plugins/shellintegration/wl-shell/CMakeLists.txt
@@ -39,7 +39,7 @@ qt_internal_extend_target(WlShellIntegrationPrivate CONDITION QT_FEATURE_xkbcomm
qt_internal_add_plugin(QWaylandWlShellIntegrationPlugin
OUTPUT_NAME wl-shell-plugin
- TYPE wayland-shell-integration
+ PLUGIN_TYPE wayland-shell-integration
SOURCES
main.cpp
LIBRARIES
diff --git a/src/plugins/shellintegration/xdg-shell/CMakeLists.txt b/src/plugins/shellintegration/xdg-shell/CMakeLists.txt
index 81db88a9..62e3952b 100644
--- a/src/plugins/shellintegration/xdg-shell/CMakeLists.txt
+++ b/src/plugins/shellintegration/xdg-shell/CMakeLists.txt
@@ -6,7 +6,7 @@
qt_internal_add_plugin(QWaylandXdgShellIntegrationPlugin
OUTPUT_NAME xdg-shell
- TYPE wayland-shell-integration
+ PLUGIN_TYPE wayland-shell-integration
SOURCES
main.cpp
qwaylandxdgdecorationv1.cpp qwaylandxdgdecorationv1_p.h