File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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+
125129libqrencode (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+
184192libqrencode (optional) can be installed with:
185193
186194 sudo dnf install qrencode-devel
You can’t perform that action at this time.
0 commit comments