Skip to content

Commit 5559cf1

Browse files
committed
doc: Add packages that provide Qt Wayland plugin for Linux
1 parent c4b42aa commit 5559cf1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/build-unix.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ To build with Qt 5 you need the following:
122122

123123
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools
124124

125+
Additionally, to support Wayland protocol for modern desktop environments:
126+
127+
sudo apt install qtwayland5
128+
125129
libqrencode (optional) can be installed with:
126130

127131
sudo apt-get install libqrencode-dev
@@ -181,6 +185,10 @@ To build with Qt 5 you need the following:
181185

182186
sudo dnf install qt5-qttools-devel qt5-qtbase-devel
183187

188+
Additionally, to support Wayland protocol for modern desktop environments:
189+
190+
sudo dnf install qt5-qtwayland
191+
184192
libqrencode (optional) can be installed with:
185193

186194
sudo dnf install qrencode-devel

0 commit comments

Comments
 (0)