diff --git a/books/void_wayland.yaml b/books/void_wayland.yaml
index 91c651c..9e6cfcf 100644
--- a/books/void_wayland.yaml
+++ b/books/void_wayland.yaml
@@ -38,6 +38,15 @@
           - xdg-desktop-portal
           - xdg-desktop-portal-wlr
         state: present
+      tags: desktop-portal
+
+    - name: Install qt5 and qt6 wayland libraries
+      community.general.xbps:
+        name:
+          - qt5-wayland
+          - qt6-wayland
+        state: present
+      tags: qt-wayland
 
 - name: Set up display manager
   hosts: target_system