Skip to content

Commit e5382fa

Browse files
committed
snap: Try to fix problem with finding qmake
1 parent 73fdca1 commit e5382fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

snap/snapcraft.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ parts:
5555
parse-info:
5656
- usr/share/metainfo/org.mapeditor.Tiled.appdata.xml
5757
source: .
58+
build-environment:
59+
- QT_SELECT: qt6
5860
build-packages:
5961
- build-essential
6062
- dpkg-dev
@@ -65,6 +67,7 @@ parts:
6567
- qt6-declarative-dev
6668
- qt6-l10n-tools
6769
- qt6-svg-dev
70+
- qtchooser
6871
- zlib1g-dev
6972
# FIXME: Python plugin compiles and loads, but can't find platform libraries
7073
# - python-dev

0 commit comments

Comments
 (0)