Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snap: Updated to Qt 6 #4068

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
snap: Try to fix problem with finding qmake
  • Loading branch information
bjorn committed Oct 1, 2024
commit 7bf064ac71b86eb5e8512f3f5935f19b7e50d6b4
3 changes: 3 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ parts:
parse-info:
- usr/share/metainfo/org.mapeditor.Tiled.appdata.xml
source: .
build-environment:
- QT_SELECT: qt6
build-packages:
- build-essential
- dpkg-dev
Expand All @@ -65,6 +67,7 @@ parts:
- qt6-declarative-dev
- qt6-l10n-tools
- qt6-svg-dev
- qtchooser
- zlib1g-dev
# FIXME: Python plugin compiles and loads, but can't find platform libraries
# - python-dev
Expand Down