Skip to content

Commit 33dc41e

Browse files
committed
snap: Added Wayland platform plugin and additional image format plugins
Closes #3503
1 parent c5a0af7 commit 33dc41e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

NEWS.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* Qt 6: Fixed invisible tileset tabs when only a single tileset is open
1010
* Fixed positioning of point object name labels (by Logan Higinbotham, #3400)
1111
* Fixed compile against Qt 6.4
12+
* snap: Added Wayland platform plugin and additional image format plugins
1213
* AppImage: Updated to Sentry 0.5.2
1314

1415
### Tiled 1.9.2 (16 September 2022)

snap/snapcraft.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ parts:
6666
- libzstd-dev
6767
stage-packages:
6868
- libqt5quick5
69+
- qt5-image-formats-plugins
70+
- qtwayland5
6971
# - libpython2.7
7072
- libzstd1
7173
after: [desktop-qt5]

0 commit comments

Comments
 (0)